Browse Source

开启sourceMap

Alfyn 3 tuần trước cách đây
mục cha
commit
85f0d67a52
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: [],