Kaynağa Gözat

关闭sourceMap

Alfyn 3 hafta önce
ebeveyn
işleme
1d110d0722
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: true,
+  productionSourceMap: false,
   lintOnSave: false,
   // babel-loader no-ignore node_modules/*
   transpileDependencies: [],