Bläddra i källkod

chore: 关闭sourcemap

chenlei 1 år sedan
förälder
incheckning
28c246e4a2
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. 1 0
      web/vue.config.js
  2. 1 0
      webM/vue.config.js

+ 1 - 0
web/vue.config.js

@@ -7,6 +7,7 @@ module.exports = {
     help: 'src/help.js',
   },
   publicPath: config.publicPath,
+  productionSourceMap: false,
   configureWebpack: {
     module: {
       rules: [

+ 1 - 0
webM/vue.config.js

@@ -1,3 +1,4 @@
 module.exports = {
   publicPath: './',
+  productionSourceMap: false,
 }