File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
examples/dll-app-and-vendor/0-vendor
test/statsCases/no-emit-on-errors-plugin-with-child-error Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ This is the vendor build part.
22
33It's built separatly from the app part. The vendors dll is only built when vendors has changed and not while the normal development cycle.
44
5- The DllPlugin in combination with the ` output.library ` option exposes the internal require function as global variable in the target enviroment .
5+ The DllPlugin in combination with the ` output.library ` option exposes the internal require function as global variable in the target environment .
66
77A manifest is creates which includes mappings from module names to internal ids.
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ This is the vendor build part.
22
33It's built separatly from the app part. The vendors dll is only built when vendors has changed and not while the normal development cycle.
44
5- The DllPlugin in combination with the ` output.library ` option exposes the internal require function as global variable in the target enviroment .
5+ The DllPlugin in combination with the ` output.library ` option exposes the internal require function as global variable in the target environment .
66
77A manifest is creates which includes mappings from module names to internal ids.
88
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = class NoModeWarning extends WebpackError {
1313 this . name = "NoModeWarning" ;
1414 this . message = "configuration\n" +
1515 "The 'mode' option has not been set. " +
16- "Set 'mode' option to 'development' or 'production' to enable defaults for this enviroment . " ;
16+ "Set 'mode' option to 'development' or 'production' to enable defaults for this environment . " ;
1717
1818 Error . captureStackTrace ( this , this . constructor ) ;
1919 }
Original file line number Diff line number Diff line change 1- Hash: 2e82f0bf277419f24e02
1+ Hash: 20df5b67d3d2e479d4ec
22Time: Xms
33 Asset Size Chunks Chunk Names
44 child.js 2.6 KiB
@@ -7,7 +7,7 @@ Entrypoint main = bundle.js
77 [0] ./index.js 0 bytes {0} [built]
88
99WARNING in configuration
10- The 'mode' option has not been set. Set 'mode' option to 'development' or 'production' to enable defaults for this enviroment .
10+ The 'mode' option has not been set. Set 'mode' option to 'development' or 'production' to enable defaults for this environment .
1111Child child:
1212 Asset Size Chunks Chunk Names
1313 child.js 2.6 KiB 0 child
You can’t perform that action at this time.
0 commit comments