npm run build 如何不打包.map文件

黑白棋学弟 / 2023-08-28 / 原文

在vue.config.js中写下如下代码:

module.exports = {
     productionSourceMap: false, //map文件消失
}