@@ -284,7 +284,7 @@ class ExtractCssChunksPlugin {
284
284
if ( typeof chunkMaps . hash [ chunkId ] === 'string' ) {
285
285
shortChunkHashMap [ chunkId ] = chunkMaps . hash [
286
286
chunkId
287
- ] . substring ( 0 , length ) ;
287
+ ] . substring ( 0 , length ) ;
288
288
}
289
289
}
290
290
@@ -306,7 +306,7 @@ class ExtractCssChunksPlugin {
306
306
if ( typeof contentHash [ chunkId ] === 'string' ) {
307
307
shortContentHashMap [ chunkId ] = contentHash [
308
308
chunkId
309
- ] . substring ( 0 , length ) ;
309
+ ] . substring ( 0 , length ) ;
310
310
}
311
311
}
312
312
@@ -369,14 +369,14 @@ class ExtractCssChunksPlugin {
369
369
'linkTag.href = fullhref;' ,
370
370
crossOriginLoading
371
371
? Template . asString ( [
372
- `if (linkTag.href.indexOf(window.location.origin + '/') !== 0) {` ,
373
- Template . indent (
374
- `linkTag.crossOrigin = ${ JSON . stringify (
375
- crossOriginLoading
376
- ) } ;`
377
- ) ,
378
- '}' ,
379
- ] )
372
+ `if (linkTag.href.indexOf(window.location.origin + '/') !== 0) {` ,
373
+ Template . indent (
374
+ `linkTag.crossOrigin = ${ JSON . stringify (
375
+ crossOriginLoading
376
+ ) } ;`
377
+ ) ,
378
+ '}' ,
379
+ ] )
380
380
: '' ,
381
381
insert
382
382
? 'insert(linkTag);'
@@ -524,7 +524,7 @@ class ExtractCssChunksPlugin {
524
524
` * ${ m . readableIdentifier ( requestShortener ) } ` ,
525
525
` - couldn't fulfill desired order of chunk group(s) ${ failedChunkGroups } ` ,
526
526
goodChunkGroups &&
527
- ` - while fulfilling desired order of chunk group(s) ${ goodChunkGroups } ` ,
527
+ ` - while fulfilling desired order of chunk group(s) ${ goodChunkGroups } ` ,
528
528
]
529
529
. filter ( Boolean )
530
530
. join ( '\n' ) ;
0 commit comments