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

Commit 7cb0c9b

Browse files
authored
Update webpack.config.js
1 parent bf4c7bf commit 7cb0c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
libraryTarget: 'umd',
3737
umdNamedDefine: true
3838
},
39-
devtool: IS_DEV ? 'cheap-module-eval-source-map' : 'cheap-module-source-map',
39+
devtool: IS_DEV ? 'source-map' : 'cheap-module-source-map',
4040
devServer: {
4141
contentBase: "examples",
4242
inline: true,

0 commit comments

Comments
 (0)