Explorar el Código

开启sourceMap

Alfyn hace 3 semanas
padre
commit
85f0d67a52
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: false,
+  productionSourceMap: true,
   lintOnSave: false,
   // babel-loader no-ignore node_modules/*
   transpileDependencies: [],