File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ FunctionModuleTemplatePlugin.prototype.apply = function(moduleTemplate) {
15
15
if ( ( module . arguments && module . arguments . length !== 0 ) || module . hasDependencies ( ) ) {
16
16
defaultArguments . push ( "__webpack_require__" ) ;
17
17
}
18
- source . add ( "/***/ function(" + defaultArguments . concat ( module . arguments || [ ] ) . join ( ", " ) + ") {\n\n" ) ;
18
+ source . add ( "/***/ ( function(" + defaultArguments . concat ( module . arguments || [ ] ) . join ( ", " ) + ") {\n\n" ) ;
19
19
source . add ( new PrefixSource ( this . outputOptions . sourcePrefix , moduleSource ) ) ;
20
- source . add ( "\n\n/***/ }" ) ;
20
+ source . add ( "\n\n/***/ }) " ) ;
21
21
return source ;
22
22
} ) ;
23
23
moduleTemplate . plugin ( "package" , function ( moduleSource , module ) {
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ Hash: 27b51279f30c19c26769
2
2
Time: Xms
3
3
Asset Size Chunks Chunk Names
4
4
bundle.js 3.83 kB 0 [emitted] main
5
- 1.bundle.js 159 bytes 1 [emitted]
6
- 2.bundle.js 101 bytes 2 [emitted]
7
- 3.bundle.js 180 bytes 3 [emitted]
5
+ 1.bundle.js 161 bytes 1 [emitted]
6
+ 2.bundle.js 103 bytes 2 [emitted]
7
+ 3.bundle.js 184 bytes 3 [emitted]
8
8
chunk {0} bundle.js (main) 73 bytes [rendered]
9
9
> main [0] (webpack)/test/statsCases/chunks/index.js
10
10
[0] (webpack)/test/statsCases/chunks/index.js 51 bytes {0} [built]
Original file line number Diff line number Diff line change 3
3
Hash: 22655fdde3386763624e
4
4
Time: Xms
5
5
Asset Size Chunks Chunk Names
6
- bundle.js 1.43 kB 0 [emitted] main
6
+ bundle.js 1.44 kB 0 [emitted] main
7
7
chunk {0} bundle.js (main) 24 bytes [rendered]
8
8
[0] (webpack)/test/statsCases/define-plugin/index.js 24 bytes {0} [built]
9
9
Child
10
10
Hash: b84e3c3c9ea7106aac84
11
11
Time: Xms
12
12
Asset Size Chunks Chunk Names
13
- bundle.js 1.43 kB 0 [emitted] main
13
+ bundle.js 1.44 kB 0 [emitted] main
14
14
chunk {0} bundle.js (main) 24 bytes [rendered]
15
15
[0] (webpack)/test/statsCases/define-plugin/index.js 24 bytes {0} [built]
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ Hash: 27b51279f30c19c26769
2
2
Time: Xms
3
3
Asset Size Chunks Chunk Names
4
4
bundle.js 3.83 kB 0 [emitted] main
5
- 1.bundle.js 159 bytes 1 [emitted]
6
- 2.bundle.js 101 bytes 2 [emitted]
7
- 3.bundle.js 180 bytes 3 [emitted]
5
+ 1.bundle.js 161 bytes 1 [emitted]
6
+ 2.bundle.js 103 bytes 2 [emitted]
7
+ 3.bundle.js 184 bytes 3 [emitted]
8
8
chunk {0} bundle.js (main) 73 bytes [rendered]
9
9
[0] (webpack)/test/statsCases/preset-verbose/index.js 51 bytes {0} [built]
10
10
factory:Xms building:Xms = Xms
You can’t perform that action at this time.
0 commit comments