lsc 3 år sedan
förälder
incheckning
e65efe0cb3
1 ändrade filer med 2 tillägg och 1 borttagningar
  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.