lsc 2 years ago
parent
commit
e65efe0cb3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      config/index.js

+ 2 - 1
config/index.js

@@ -51,7 +51,8 @@ module.exports = {
 
     productionSourceMap: true,
     // https://webpack.js.org/configuration/devtool/#production
-    devtool: '#source-map',
+    // devtool: '#source-map',
+    devtool: 'cheap-module-eval-source-map',
 
     // Gzip off by default as many popular static hosts such as
     // Surge or Netlify already gzip all static assets for you.