优化完成后不想每次启动都弹出分析页面。在vue.config.js中添加pluginOptions配置:module.exports={devServer:xxx,configureWebpack:xxx,...,pluginOptions:{webpackBundleAnalyzer:{analyzerMode:'disabled'}}}

优化完成后不想每次启动都弹出分析页面。在vue.config.js中添加pluginOptions配置:module.exports={devServer:xxx,configureWebpack:xxx,...,pluginOptions:{webpackBundleAnalyzer:{analyzerMode:'disabled'}}}