Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit b1117f9

Browse files
committed
fix(webpack): .js sourcemaps
1 parent 16b963f commit b1117f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ module.exports = {
3535
path: '{{BUILD}}',
3636
filename: 'main.js'
3737
},
38+
devtool: 'source-map',
3839

3940
resolve: {
4041
extensions: ['.js', '.json']

0 commit comments

Comments
 (0)