@@ -15,13 +15,16 @@ require(["../dedupe/b"]);
15
15
16
16
``` javascript
17
17
/** ****/ (function (modules ) { // webpackBootstrap
18
+ /** ****/
18
19
/** ****/ // The module cache
19
20
/** ****/ var installedModules = {};
20
21
/** ****/
21
22
/** ****/ // object to store loaded and loading chunks
22
23
/** ****/ // "0" means "already loaded"
23
24
/** ****/ // Array means "loading", array contains callbacks
24
- /** ****/ var installedChunks = {0 : 0 };
25
+ /** ****/ var installedChunks = {
26
+ /** ****/ 0 : 0
27
+ /** ****/ };
25
28
/** ****/
26
29
/** ****/ // The require function
27
30
/** ****/ function require (moduleId ) {
@@ -63,7 +66,7 @@ require(["../dedupe/b"]);
63
66
/** ****/ var script = document .createElement (' script' );
64
67
/** ****/ script .type = ' text/javascript' ;
65
68
/** ****/ script .charset = ' utf-8' ;
66
- /** ****/ script .src = modules . c + " " + chunkId + " .output.js" ;
69
+ /** ****/ script .src = require . p + " " + chunkId + " .output.js" ;
67
70
/** ****/ head .appendChild (script);
68
71
/** ****/ }
69
72
/** ****/ };
@@ -74,6 +77,9 @@ require(["../dedupe/b"]);
74
77
/** ****/ // expose the module cache
75
78
/** ****/ require .cache = installedModules;
76
79
/** ****/
80
+ /** ****/ // __webpack_public_path__
81
+ /** ****/ require .p = " " ;
82
+ /** ****/
77
83
/** ****/ // install a JSONP callback for chunk loading
78
84
/** ****/ window [" webpackJsonp" ] = function webpackJsonpCallback (chunkIds , moreModules ) {
79
85
/** ****/ // add "moreModules" to the modules object,
@@ -99,7 +105,7 @@ require(["../dedupe/b"]);
99
105
/** ****/ modules[moduleId] = (function (_m ) {
100
106
/** ****/ var args = _m .slice (1 ), fn = modules[_m[0 ]];
101
107
/** ****/ return function (a ,b ,c ) {
102
- /** ****/ fn .apply (null , [a,b,c].concat (args));
108
+ /** ****/ fn .apply (this , [a,b,c].concat (args));
103
109
/** ****/ };
104
110
/** ****/ }(_m));
105
111
/** ****/ break ;
@@ -135,11 +141,8 @@ require(["../dedupe/b"]);
135
141
}
136
142
}
137
143
return modules;
138
- }({
139
- /** ****/ // __webpack_public_path__
140
- /** ****/ c: " " ,
141
-
142
- /** */ 0 :
144
+ }([
145
+ /* 0 */
143
146
/* !********************!*\
144
147
!*** ./example.js ***!
145
148
\********************/
@@ -154,19 +157,18 @@ require(["../dedupe/b"]);
154
157
155
158
156
159
/** */ }
157
- /** ****/ } )))
160
+ /** ****/ ] )))
158
161
```
159
162
160
163
# js/1.output.js
161
164
162
165
``` javascript
163
- webpackJsonp ([1 ,3 ],
164
- {
165
-
166
- /** */ 1 :
166
+ webpackJsonp ([1 ,3 ],[
167
+ /* 0 */ ,
168
+ /* 1 */
167
169
[9 , 5 , 6 ],
168
-
169
- /** */ 3 :
170
+ /* 2 */ ,
171
+ /* 3 */
170
172
/* !****************************************************************************************************!*\
171
173
!*** (webpack)/~/bundle-loader?lazy!../dedupe/b/index.js ***!
172
174
\****************************************************************************************************/
@@ -179,8 +181,7 @@ webpackJsonp([1,3],
179
181
}
180
182
181
183
/** */ },
182
-
183
- /** */ 4 :
184
+ /* 4 */
184
185
/* !**********************!*\
185
186
!*** ../dedupe/z.js ***!
186
187
\**********************/
@@ -189,8 +190,7 @@ webpackJsonp([1,3],
189
190
module .exports = {" this is" : " z" };
190
191
191
192
/** */ },
192
-
193
- /** */ 5 :
193
+ /* 5 */
194
194
/* !************************!*\
195
195
!*** ../dedupe/a/x.js ***!
196
196
\************************/
@@ -199,8 +199,7 @@ webpackJsonp([1,3],
199
199
module .exports = {" this is" : " x" };
200
200
201
201
/** */ },
202
-
203
- /** */ 6 :
202
+ /* 6 */
204
203
/* !************************!*\
205
204
!*** ../dedupe/a/y.js ***!
206
205
\************************/
@@ -209,8 +208,9 @@ webpackJsonp([1,3],
209
208
module .exports = {" this is" : " y" , " but in" : " a" };
210
209
211
210
/** */ },
212
-
213
- /** */ 9 :
211
+ /* 7 */ ,
212
+ /* 8 */ ,
213
+ /* 9 */
214
214
/* !***********************************!*\
215
215
!*** template of 1 referencing 4 ***!
216
216
\***********************************/
@@ -223,18 +223,16 @@ webpackJsonp([1,3],
223
223
}
224
224
225
225
/** */ }
226
-
227
- }
228
- )
226
+ ])
229
227
```
230
228
231
229
# js/2.output.js
232
230
233
231
``` javascript
234
- webpackJsonp ([2 ,4 ],
235
- {
236
-
237
- /** */ 2 :
232
+ webpackJsonp ([2 ,4 ],[
233
+ /* 0 */ ,
234
+ /* 1 */ ,
235
+ /* 2 */
238
236
/* !****************************!*\
239
237
!*** ../dedupe/b/index.js ***!
240
238
\****************************/
@@ -247,8 +245,8 @@ webpackJsonp([2,4],
247
245
}
248
246
249
247
/** */ },
250
-
251
- /** */ 4 :
248
+ /* 3 */ ,
249
+ /* 4 */
252
250
/* !**********************!*\
253
251
!*** ../dedupe/z.js ***!
254
252
\**********************/
@@ -257,8 +255,9 @@ webpackJsonp([2,4],
257
255
module .exports = {" this is" : " z" };
258
256
259
257
/** */ },
260
-
261
- /** */ 7 :
258
+ /* 5 */ ,
259
+ /* 6 */ ,
260
+ /* 7 */
262
261
/* !************************!*\
263
262
!*** ../dedupe/b/x.js ***!
264
263
\************************/
@@ -267,8 +266,7 @@ webpackJsonp([2,4],
267
266
module .exports = {" this is" : " x" };
268
267
269
268
/** */ },
270
-
271
- /** */ 8 :
269
+ /* 8 */
272
270
/* !************************!*\
273
271
!*** ../dedupe/b/y.js ***!
274
272
\************************/
@@ -277,18 +275,15 @@ webpackJsonp([2,4],
277
275
module .exports = {" this is" : " y" , " but in" : " b" };
278
276
279
277
/** */ }
280
-
281
- }
282
- )
278
+ ])
283
279
```
284
280
285
281
# js/3.output.js
286
282
287
283
``` javascript
288
- webpackJsonp ([3 ],
289
- {
290
-
291
- /** */ 1 :
284
+ webpackJsonp ([3 ],[
285
+ /* 0 */ ,
286
+ /* 1 */
292
287
/* !****************************!*\
293
288
!*** ../dedupe/a/index.js ***!
294
289
\****************************/
@@ -301,8 +296,9 @@ webpackJsonp([3],
301
296
}
302
297
303
298
/** */ },
304
-
305
- /** */ 4 :
299
+ /* 2 */ ,
300
+ /* 3 */ ,
301
+ /* 4 */
306
302
/* !**********************!*\
307
303
!*** ../dedupe/z.js ***!
308
304
\**********************/
@@ -311,8 +307,7 @@ webpackJsonp([3],
311
307
module .exports = {" this is" : " z" };
312
308
313
309
/** */ },
314
-
315
- /** */ 5 :
310
+ /* 5 */
316
311
/* !************************!*\
317
312
!*** ../dedupe/a/x.js ***!
318
313
\************************/
@@ -321,8 +316,7 @@ webpackJsonp([3],
321
316
module .exports = {" this is" : " x" };
322
317
323
318
/** */ },
324
-
325
- /** */ 6 :
319
+ /* 6 */
326
320
/* !************************!*\
327
321
!*** ../dedupe/a/y.js ***!
328
322
\************************/
@@ -331,16 +325,13 @@ webpackJsonp([3],
331
325
module .exports = {" this is" : " y" , " but in" : " a" };
332
326
333
327
/** */ }
334
-
335
- }
336
- )
328
+ ])
337
329
```
338
330
339
331
# js/4.output.js
340
332
341
333
``` javascript
342
- webpackJsonp ([4 ],
343
- {
334
+ webpackJsonp ([4 ],{
344
335
345
336
/** */ 2 :
346
337
[9 , 7 , 8 ],
@@ -358,24 +349,23 @@ webpackJsonp([4],
358
349
359
350
/** */ }
360
351
361
- }
362
- )
352
+ })
363
353
```
364
354
365
355
# Info
366
356
367
357
## Uncompressed
368
358
369
359
```
370
- Hash: cc4c2068ad94e7144df4
371
- Version: webpack 0.11.0
372
- Time: 91ms
360
+ Hash: 4348fc3315b090ade366
361
+ Version: webpack 0.11.14
362
+ Time: 83ms
373
363
Asset Size Chunks Chunk Names
374
- output.js 4980 0 [emitted] main
375
- 1.output.js 1566 1, 3 [emitted]
376
- 2.output.js 877 2, 4 [emitted]
377
- 3.output.js 875 3 [emitted]
378
- 4.output.js 261 4 [emitted]
364
+ output.js 5034 0 [emitted] main
365
+ 1.output.js 1587 1, 3 [emitted]
366
+ 2.output.js 911 2, 4 [emitted]
367
+ 3.output.js 891 3 [emitted]
368
+ 4.output.js 259 4 [emitted]
379
369
chunk {0} output.js (main) 197 [rendered]
380
370
[0] ./example.js 197 {0} [built]
381
371
chunk {1} 1.output.js 492 {0} [rendered]
@@ -429,14 +419,14 @@ chunk {4} 4.output.js 167 {1} [rendered]
429
419
## Minimized (uglify-js, no zip)
430
420
431
421
```
432
- Hash: e315623b9358082f9178
433
- Version: webpack 0.11.0
434
- Time: 260ms
422
+ Hash: 9092d3c15f6e51b1d0fe
423
+ Version: webpack 0.11.14
424
+ Time: 244ms
435
425
Asset Size Chunks Chunk Names
436
426
output.js 1155 0 [emitted] main
437
- 1.output.js 294 1, 3 [emitted]
438
- 2.output.js 210 2, 4 [emitted]
439
- 3.output.js 208 3 [emitted]
427
+ 1.output.js 286 1, 3 [emitted]
428
+ 2.output.js 207 2, 4 [emitted]
429
+ 3.output.js 203 3 [emitted]
440
430
4.output.js 88 4 [emitted]
441
431
chunk {0} output.js (main) 197 [rendered]
442
432
[0] ./example.js 197 {0} [built]
0 commit comments