Kaynağa Gözat

开启sourceMap

Alfyn 4 hafta önce
ebeveyn
işleme
85f0d67a52
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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: [],