Remove Source Map in production

This commit is contained in:
MengYX
2020-03-04 09:51:34 +08:00
parent 2aeb60d0a9
commit a72804544f
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