Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit 6845655

Browse files
committed
Use source-map in devtool unconditionally
1 parent 9ed4131 commit 6845655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const settings = {
3939
'src/main/react', // allows importing modules using absolute path, @see https://goo.gl/luH0Xa
4040
]
4141
},
42-
devtool: dev('eval-source-map').prod('source-map'), // this emits sources while development making it easier to debug
42+
devtool: 'source-map', // this emits sources while development making it easier to debug
4343
module: {
4444
rules: [
4545
{

0 commit comments

Comments
 (0)