vue打包报错【[DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated.】
注释webpack 配置
/build/webpack.pro.conf.js文件中的如下代码,重新打包就好了
new OptimizeCSSPlugin({ cssProcessorOptions: config.build.productionSourceMap ? { safe: true, map: { inline: false } } : { safe: true } }),
end