There was an error while loading. Please reload this page.
1 parent efd525f commit 311ac30Copy full SHA for 311ac30
webpack/webpack.dev.js
@@ -1,4 +1,4 @@
1
module.exports = {
2
mode: 'development',
3
- devtool: 'inline-source-map',
+ devtool: 'cheap-module-source-map',
4
}
webpack/webpack.prod.js
mode: 'production',
- devtool: 'source-map'
+ devtool: 'source-map',
0 commit comments