|
@@ -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.
|