Skip to content

Commit a5434b0

Browse files
committed
[fix] change sourcemap generation algorithm, as the default one is currently bugged (and slow)
1 parent ed2cab8 commit a5434b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
},
1919
target: 'web',
2020
watch: false,
21-
devtool: 'source-map',
21+
devtool: 'cheap-module-source-map',
2222
node: false,
2323
module: {
2424
rules: [

0 commit comments

Comments
 (0)