File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -531,16 +531,16 @@ class MiniCssExtractPlugin {
531
531
// and emit a warning
532
532
const fallbackModule = bestMatch . pop ( ) ;
533
533
534
- compilation . warnings . push (
535
- new Error (
536
- `chunk ${ chunk . name || chunk . id } [${ pluginName } ]\n` +
537
- 'Conflicting order between:\n' +
538
- ` * ${ fallbackModule . readableIdentifier ( requestShortener ) } \n` +
539
- `${ bestMatchDeps
540
- . map ( ( m ) => ` * ${ m . readableIdentifier ( requestShortener ) } ` )
541
- . join ( '\n' ) } `
542
- )
543
- ) ;
534
+ // compilation.warnings.push(
535
+ // new Error(
536
+ // `chunk ${chunk.name || chunk.id} [${pluginName}]\n` +
537
+ // 'Conflicting order between:\n' +
538
+ // ` * ${fallbackModule.readableIdentifier(requestShortener)}\n` +
539
+ // `${bestMatchDeps
540
+ // .map((m) => ` * ${m.readableIdentifier(requestShortener)}`)
541
+ // .join('\n') }`
542
+ // )
543
+ // );
544
544
545
545
usedModules . add ( fallbackModule ) ;
546
546
}
You can’t perform that action at this time.
0 commit comments