Skip to content

Commit a78d1ae

Browse files
committed
Try to fix #13
1 parent 073d704 commit a78d1ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/webpack.dev.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Object.keys(baseWebpackConfig.entry).forEach(function (name) {
1414

1515
module.exports = merge(baseWebpackConfig, {
1616
// eval-source-map is faster for development
17-
devtool: '#cheap-module-eval-source-map',
17+
// cheap-module-eval-source-map does not work under chrome
18+
devtool: '#source-map',
1819
devServer: {
1920
historyApiFallback: true,
2021
noInfo: true

0 commit comments

Comments
 (0)