Преглед изворни кода

chore[devtool]: set cheap-source-map to default

Pan пре 7 година
родитељ
комит
3b733bda4c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      config/index.js

+ 1 - 1
config/index.js

@@ -33,7 +33,7 @@ module.exports = {
      */
 
     // https://webpack.js.org/configuration/devtool/#development
-    devtool: 'eval-source-map',
+    devtool: 'cheap-source-map',
 
     // If you have problems debugging vue-files in devtools,
     // set this to false - it *may* help