mirror of https://github.com/webpack/webpack.git
fix test and other typos. Feel so petty
This commit is contained in:
parent
1b2660bcd1
commit
93af81f296
|
|
@ -2,7 +2,7 @@ This is the vendor build part.
|
|||
|
||||
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.
|
||||
|
||||
The DllPlugin in combination with the `output.library` option exposes the internal require function as global variable in the target enviroment.
|
||||
The DllPlugin in combination with the `output.library` option exposes the internal require function as global variable in the target environment.
|
||||
|
||||
A manifest is creates which includes mappings from module names to internal ids.
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ This is the vendor build part.
|
|||
|
||||
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.
|
||||
|
||||
The DllPlugin in combination with the `output.library` option exposes the internal require function as global variable in the target enviroment.
|
||||
The DllPlugin in combination with the `output.library` option exposes the internal require function as global variable in the target environment.
|
||||
|
||||
A manifest is creates which includes mappings from module names to internal ids.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ Entrypoint main = bundle.js
|
|||
[0] ./index.js 0 bytes {0} [built]
|
||||
|
||||
WARNING in configuration
|
||||
The 'mode' option has not been set. Set 'mode' option to 'development' or 'production' to enable defaults for this enviroment.
|
||||
The 'mode' option has not been set. Set 'mode' option to 'development' or 'production' to enable defaults for this environment.
|
||||
Child child:
|
||||
Asset Size Chunks Chunk Names
|
||||
child.js 2.6 KiB 0 child
|
||||
|
|
|
|||
Loading…
Reference in New Issue