We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba972c commit 34ae3cdCopy full SHA for 34ae3cd
1 file changed
webpack.config.js
@@ -24,7 +24,7 @@ var config = Object.assign({}, skeleton, {
24
publicPath: 'http://localhost:8080/assets/'
25
},
26
debug: true,
27
- devtool: 'eval-source-map'
+ devtool: 'cheap-module-eval-source-map'
28
})
29
30
module.exports = config
0 commit comments