Skip to content

Commit 0e71c08

Browse files
committed
Keep the sourcemap during minify
1 parent 961a557 commit 0e71c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-error-overlay/webpack.config.iframe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
comments: false,
3939
ascii_only: false,
4040
},
41-
sourceMap: false,
41+
sourceMap: true,
4242
}),
4343
],
4444
};

0 commit comments

Comments
 (0)