Warning: D:\workProject\OIProject\oi-ui-last\platform-ui\frontend\node_modules@delon\abc\fesm2015\xlsx.js depends on 'file-saver'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: angular.io/guide/build…
\
Warning: bundle initial-es2015 exceeded maximum budget. Budget 10.00 MB was not met by 5.64 MB with a total of 15.64 MB.
Warning: bundle initial-es5 exceeded maximum budget. Budget 10.00 MB was not met by 6.00 MB with a total of 16.00 MB.
\
\
可以修改修改angular.json中的budgets[projects > 工程名 > architect > build > configurations 中
"budgets": [
{
"type": "initial",
"maximumWarning": "10mb",
"maximumError": "25mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]