Skip to content

Commit e9f1655

Browse files
author
huangqi03
committed
add sourcemap for dev
1 parent d8bacd5 commit e9f1655

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
@@ -22,7 +22,7 @@ module.exports = {
2222
{ loader: "transform?brfs" }
2323
]
2424
},
25-
25+
devtool: ['source-map'],
2626
resolve: {
2727
root: __dirname,
2828
alias: {

0 commit comments

Comments
 (0)