Skip to content
This repository was archived by the owner on Jun 16, 2019. It is now read-only.

Commit 6afd42c

Browse files
authored
Change source map setting
Changing due to current Chrome bug with the eval style source maps.
1 parent 3d33517 commit 6afd42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'path';
33

44
export default {
55
debug: true,
6-
devtool: 'cheap-module-eval-source-map',
6+
devtool: 'inline-source-map',
77
noInfo: false,
88
entry: [
99
'eventsource-polyfill', // necessary for hot reloading with IE

0 commit comments

Comments
 (0)