File tree 3 files changed +3
-3
lines changed
examples/dll-app-and-vendor/0-vendor
test/statsCases/no-emit-on-errors-plugin-with-child-error
3 files changed +3
-3
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 @@ -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