|
| 1 | +const cssLoaderPath = require.resolve('css-loader').replace(/\\/g, '/'); |
| 2 | + |
| 3 | +module.exports = [ |
| 4 | + '', |
| 5 | + 'WARNING in chunk styles [mini-css-extract-plugin]', |
| 6 | + 'Conflicting order. Following module has been added:', |
| 7 | + ` * css ${cssLoaderPath}!./e1.css`, |
| 8 | + 'despite it was not able to fulfill desired ordering with these modules:', |
| 9 | + ` * css ${cssLoaderPath}!./e2.css`, |
| 10 | + " - couldn't fulfill desired order of chunk group(s) entry2", |
| 11 | + '', |
| 12 | + 'WARNING in chunk styles [mini-css-extract-plugin]', |
| 13 | + 'Conflicting order. Following module has been added:', |
| 14 | + ` * css ${cssLoaderPath}!./e4.css`, |
| 15 | + 'despite it was not able to fulfill desired ordering with these modules:', |
| 16 | + ` * css ${cssLoaderPath}!./e3.css`, |
| 17 | + " - couldn't fulfill desired order of chunk group(s) entry3", |
| 18 | + ' - while fulfilling desired order of chunk group(s) entry4', |
| 19 | + '', |
| 20 | + 'WARNING in chunk styles [mini-css-extract-plugin]', |
| 21 | + 'Conflicting order. Following module has been added:', |
| 22 | + ` * css ${cssLoaderPath}!./e2.css`, |
| 23 | + 'despite it was not able to fulfill desired ordering with these modules:', |
| 24 | + ` * css ${cssLoaderPath}!./e3.css`, |
| 25 | + " - couldn't fulfill desired order of chunk group(s) entry3", |
| 26 | + ' - while fulfilling desired order of chunk group(s) entry4', |
| 27 | +].join('\n'); |
0 commit comments