docs(webpack) missing word
This commit is contained in:
parent
81a87c2bfb
commit
aa65f0cf44
|
@ -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.
|
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.
|
We rely on the `CommonsChunkPlugin` to do that job.
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
:marked
|
:marked
|
||||||
|
|
Loading…
Reference in New Issue