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 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.
2
2
3
3
It's built separatly from the app part. The vendors dll is only built when vendors has changed and not while the normal development cycle.
4
4
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 .
6
6
7
7
A manifest is creates which includes mappings from module names to internal ids.
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ This is the vendor build part.
2
2
3
3
It's built separatly from the app part. The vendors dll is only built when vendors has changed and not while the normal development cycle.
4
4
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 .
6
6
7
7
A manifest is creates which includes mappings from module names to internal ids.
8
8
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = class NoModeWarning extends WebpackError {
13
13
this . name = "NoModeWarning" ;
14
14
this . message = "configuration\n" +
15
15
"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 . " ;
17
17
18
18
Error . captureStackTrace ( this , this . constructor ) ;
19
19
}
Original file line number Diff line number Diff line change 1
- Hash: 2e82f0bf277419f24e02
1
+ Hash: 20df5b67d3d2e479d4ec
2
2
Time: Xms
3
3
Asset Size Chunks Chunk Names
4
4
child.js 2.6 KiB
@@ -7,7 +7,7 @@ Entrypoint main = bundle.js
7
7
[0] ./index.js 0 bytes {0} [built]
8
8
9
9
WARNING 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 .
11
11
Child child:
12
12
Asset Size Chunks Chunk Names
13
13
child.js 2.6 KiB 0 child
You can’t perform that action at this time.
0 commit comments