Skip to content

Commit 34ae3cd

Browse files
committed
use cheap-module-eval-source-map on developing
1 parent fba972c commit 34ae3cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var config = Object.assign({}, skeleton, {
2424
publicPath: 'http://localhost:8080/assets/'
2525
},
2626
debug: true,
27-
devtool: 'eval-source-map'
27+
devtool: 'cheap-module-eval-source-map'
2828
})
2929

3030
module.exports = config

0 commit comments

Comments
 (0)