vue打包优化

vue.config.js文件中
module.exports = defineConfig({
productionSourceMap: false,//去掉mapjs文件
});

你可能感兴趣的:(前端,vue.js)