Build:构建不生成 .map 文件

This commit is contained in:
MSDNicrosoft 2022-07-04 13:55:10 +08:00
parent 1dc5638cbd
commit 68df7bf291
No known key found for this signature in database
GPG Key ID: 7BA24EED3D9B1ECC

View File

@ -26,5 +26,6 @@ module.exports = {
target: "http://127.0.0.1:23333/"
}
}
}
},
productionSourceMap: false
};