docs(webpack) missing word

This commit is contained in:
escardin 2016-05-13 10:41:50 -04:00 committed by Ward Bell
parent 81a87c2bfb
commit aa65f0cf44
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ a(id="commons-chunk-plugin")
We want the `app.js` bundle to contain only app code and the `vendor.js` bundle to contain only the vendor code.
Our application code `imports` vendor code. Webpack is not smart to keep the vendor code out of the `app.js` bundle.
Our application code `imports` vendor code. Webpack is not smart enough to keep the vendor code out of the `app.js` bundle.
We rely on the `CommonsChunkPlugin` to do that job.
.l-sub-section
:marked