@@ -181,17 +181,18 @@ module.exports = __webpack_require__.p + "89a353e9c515885abd8e.png";
181
181
/** ****/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
182
182
/** ****/ var installedChunks = {};
183
183
/** ****/
184
+ /** ****/ var uniqueName = " app" ;
184
185
/** ****/ var loadCssChunkData = (chunkId , link ) => {
185
186
/** ****/ var data, token = " " , token2, exports = {}, exportsWithId = [], i = 0 , cc = 1 ;
186
187
/** ****/ try { if (! link) link = loadStylesheet (chunkId); data = link .sheet .cssRules ; data = data[data .length - 1 ].style ; } catch (e) { data = getComputedStyle (document .head ); }
187
- /** ****/ data = data .getPropertyValue (" --webpack-" + chunkId);
188
+ /** ****/ data = data .getPropertyValue (" --webpack-" + uniqueName + " - " + chunkId);
188
189
/** ****/ if (! data) return ;
189
190
/** ****/ for (; cc; i++ ) {
190
191
/** ****/ cc = data .charCodeAt (i);
191
192
/** ****/ if (cc == 40 ) { token2 = token; token = " " ; }
192
193
/** ****/ else if (cc == 41 ) { exports [token2 .replace (/ ^ _/ , " " )] = token .replace (/ ^ _/ , " " ); token = " " ; }
193
- /** ****/ else if (cc == 47 ) { token = token .replace (/ ^ _/ , " " ); exports [token] = token + " _ " ; exportsWithId .push (token); token = " " ; }
194
- /** ****/ else if (! cc || cc == 44 ) { token = token .replace (/ ^ _/ , " " ); exportsWithId .forEach ((x ) => (exports [x] += token)); __webpack_require__ .r (exports ); __webpack_require__ .m [token] = ((exports , module ) => {
194
+ /** ****/ else if (cc == 47 ) { token = token .replace (/ ^ _/ , " " ); exports [token] = token; exportsWithId .push (token); token = " " ; }
195
+ /** ****/ else if (! cc || cc == 44 ) { token = token .replace (/ ^ _/ , " " ); exportsWithId .forEach ((x ) => (exports [x] = uniqueName + " - " + token + " - " + exports [x] )); __webpack_require__ .r (exports ); __webpack_require__ .m [token] = ((exports , module ) => {
195
196
/** ****/ module .exports = exports ;
196
197
/** ****/ }).bind (null , exports ); token = " " ; exports = {}; exportsWithId .length = 0 ; }
197
198
/** ****/ else if (cc == 92 ) { token += data[++ i] }
@@ -200,21 +201,20 @@ module.exports = __webpack_require__.p + "89a353e9c515885abd8e.png";
200
201
/** ****/ installedChunks[chunkId] = 0 ;
201
202
/** ****/ }
202
203
/** ****/ var loadingAttribute = " data-webpack-loading" ;
203
- /** ****/ var dataWebpackPrefix = " app:" ;
204
204
/** ****/ var loadStylesheet = (chunkId , url , done ) => {
205
205
/** ****/ var link, needAttach, key = " chunk-" + chunkId;
206
206
/** ****/
207
207
/** ****/ var links = document .getElementsByTagName (" link" );
208
208
/** ****/ for (var i = 0 ; i < links .length ; i++ ) {
209
209
/** ****/ var l = links[i];
210
- /** ****/ if (l .getAttribute (" href" ) == url || l .getAttribute (" data-webpack" ) == dataWebpackPrefix + key) { link = l; break ; }
210
+ /** ****/ if (l .getAttribute (" href" ) == url || l .getAttribute (" data-webpack" ) == uniqueName + " : " + key) { link = l; break ; }
211
211
/** ****/ }
212
212
/** ****/ if (! url) return link;
213
213
/** ****/
214
214
/** ****/ if (! link) {
215
215
/** ****/ needAttach = true ;
216
216
/** ****/ link = document .createElement (' link' );
217
- /** ****/ link .setAttribute (" data-webpack" , dataWebpackPrefix + key);
217
+ /** ****/ link .setAttribute (" data-webpack" , uniqueName + " : " + key);
218
218
/** ****/ link .setAttribute (loadingAttribute, 1 );
219
219
/** ****/ link .rel = " stylesheet" ;
220
220
/** ****/
@@ -427,12 +427,12 @@ body {
427
427
background: red;
428
428
}
429
429
430
- .main_6 {
430
+ .app - 6 - main {
431
431
font- size: large;
432
432
color: darkblue;
433
433
}
434
434
435
- head{-- webpack- 0 : _4 ,_2 ,_1 ,_5 ,main/ _6 ;}
435
+ head{-- webpack- app - 0 : _4 ,_2 ,_1 ,_5 ,main/ _6 ;}
436
436
```
437
437
438
438
# dist/1.output.css
@@ -442,23 +442,23 @@ body {
442
442
color: blue;
443
443
}
444
444
445
- head{-- webpack- 1 : _7 ;}
445
+ head{-- webpack- app - 1 : _7 ;}
446
446
```
447
447
448
448
# Info
449
449
450
450
## Unoptimized
451
451
452
452
```
453
- assets by chunk 16.5 KiB (name: main)
453
+ assets by chunk 16.6 KiB (name: main)
454
454
asset output.js 16.2 KiB [emitted] (name: main)
455
- asset 0.output.css 325 bytes [emitted] (name: main)
455
+ asset 0.output.css 333 bytes [emitted] (name: main)
456
456
asset 89a353e9c515885abd8e.png 14.6 KiB [emitted] [immutable] [from: images/file.png] (auxiliary name: main)
457
- asset 1.output.css 45 bytes [emitted]
458
- Entrypoint main 16.5 KiB (14.6 KiB) = output.js 16.2 KiB 0.output.css 325 bytes 1 auxiliary asset
459
- chunk (runtime: main) output.js, 0.output.css (main) 218 bytes (javascript) 301 bytes (css) 14.6 KiB (asset) 42 bytes (css-import) 9.76 KiB (runtime) [entry] [rendered]
457
+ asset 1.output.css 49 bytes [emitted]
458
+ Entrypoint main 16.6 KiB (14.6 KiB) = output.js 16.2 KiB 0.output.css 333 bytes 1 auxiliary asset
459
+ chunk (runtime: main) output.js, 0.output.css (main) 218 bytes (javascript) 301 bytes (css) 14.6 KiB (asset) 42 bytes (css-import) 9.8 KiB (runtime) [entry] [rendered]
460
460
> ./example.js main
461
- runtime modules 9.76 KiB 9 modules
461
+ runtime modules 9.8 KiB 9 modules
462
462
dependent modules 42 bytes (javascript) 14.6 KiB (asset) 301 bytes (css) 42 bytes (css-import) [dependent] 6 modules
463
463
./example.js 176 bytes [built] [code generated]
464
464
[no exports]
@@ -476,20 +476,20 @@ webpack 5.64.4 compiled successfully
476
476
## Production mode
477
477
478
478
```
479
- assets by chunk 4.08 KiB (name: main)
480
- asset output.js 3.76 KiB [emitted] [minimized] (name: main)
481
- asset 179.output.css 333 bytes [emitted] (name: main)
479
+ assets by chunk 4.1 KiB (name: main)
480
+ asset output.js 3.77 KiB [emitted] [minimized] (name: main)
481
+ asset 179.output.css 341 bytes [emitted] (name: main)
482
482
asset 89a353e9c515885abd8e.png 14.6 KiB [emitted] [immutable] [from: images/file.png] (auxiliary name: main)
483
- asset 159.output.css 49 bytes [emitted]
484
- Entrypoint main 4.08 KiB (14.6 KiB) = output.js 3.76 KiB 179.output.css 333 bytes 1 auxiliary asset
483
+ asset 159.output.css 53 bytes [emitted]
484
+ Entrypoint main 4.1 KiB (14.6 KiB) = output.js 3.77 KiB 179.output.css 341 bytes 1 auxiliary asset
485
485
chunk (runtime: main) 159.output.css 23 bytes
486
486
> ./lazy-style.css ./example.js 4:0-26
487
487
./lazy-style.css 23 bytes [built] [code generated]
488
488
[no exports]
489
489
import() ./lazy-style.css ./example.js 4:0-26
490
- chunk (runtime: main) output.js, 179.output.css (main) 218 bytes (javascript) 301 bytes (css) 14.6 KiB (asset) 42 bytes (css-import) 9.76 KiB (runtime) [entry] [rendered]
490
+ chunk (runtime: main) output.js, 179.output.css (main) 218 bytes (javascript) 301 bytes (css) 14.6 KiB (asset) 42 bytes (css-import) 9.8 KiB (runtime) [entry] [rendered]
491
491
> ./example.js main
492
- runtime modules 9.76 KiB 9 modules
492
+ runtime modules 9.8 KiB 9 modules
493
493
dependent modules 42 bytes (javascript) 14.6 KiB (asset) 301 bytes (css) 42 bytes (css-import) [dependent] 6 modules
494
494
./example.js 176 bytes [built] [code generated]
495
495
[no exports]
0 commit comments