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 ed2cab8 commit a5434b0Copy full SHA for a5434b0
webpack.config.js
@@ -18,7 +18,7 @@ module.exports = {
18
},
19
target: 'web',
20
watch: false,
21
- devtool: 'source-map',
+ devtool: 'cheap-module-source-map',
22
node: false,
23
module: {
24
rules: [
0 commit comments