优化完成后,不想每次启动看到弹出的分析页面。

添加vue.config.js中的 pluginOptions配置:

module.exports = {
   devServer:  xxx,
   configureWebpack : xxx,
   ...,
 
   pluginOptions: {
     webpackBundleAnalyzer: {
       analyzerMode: 'disabled'
     }
   }

 }

旅图灬
905 声望43 粉丝

任何事物都有它的正反面,研究技术要全面