lsc 2 anos atrás
pai
commit
97a9661e08
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      config/index.js

+ 2 - 2
config/index.js

@@ -51,8 +51,8 @@ module.exports = {
 
     productionSourceMap: true,
     // https://webpack.js.org/configuration/devtool/#production
-    // devtool: '#source-map',
-    devtool: 'cheap-module-eval-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.