Remove Source Map in production

This commit is contained in:
MengYX
2020-03-04 09:51:34 +08:00
parent dc8c126cd3
commit 74f8cc8d2a
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
publicPath: '',
productionSourceMap: true,
productionSourceMap: false,
pwa: {
workboxOptions: {
skipWaiting: true