Explorar el Código

关闭sourceMap

Alfyn hace 4 semanas
padre
commit
1d110d0722
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -144,7 +144,7 @@ const vueConfig = {
   },
 
   // disable source map in production
-  productionSourceMap: true,
+  productionSourceMap: false,
   lintOnSave: false,
   // babel-loader no-ignore node_modules/*
   transpileDependencies: [],