| | |
| | | "babel-plugin-import": "^1.11.0", |
| | | "babel-plugin-named-asset-import": "^0.3.3", |
| | | "babel-preset-react-app": "9.0.0", |
| | | "browserslist": "^4.13.0", |
| | | "camelcase": "^5.2.0", |
| | | "caniuse-lite": "^1.0.30001102", |
| | | "case-sensitive-paths-webpack-plugin": "2.2.0", |
| | | "codemirror": "^5.52.2", |
| | | "css-loader": "2.1.1", |
| | |
| | | }) |
| | | .then( |
| | | ({ stats, previousFileSizes, warnings }) => { |
| | | // 删除控制台css引用顺序警告信息 |
| | | warnings = warnings.filter(warning => !/Conflicting order between/ig.test(warning)) |
| | | if (warnings.length) { |
| | | console.log(chalk.yellow('Compiled with warnings.\n')); |
| | | console.log(warnings.join('\n\n')); |