Skip to content

Commit 75b06c0

Browse files
committed
Fix source maps on UMD
1 parent fcdf4c7 commit 75b06c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.umd.config.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const umdConfig = Object.assign({}, baseConfig, {
1414
libraryTarget: "umd",
1515
libraryExport: "default"
1616
},
17-
devtool: "hidden-source-map"
17+
devtool: "source-map"
1818
});
1919

2020
umdConfig.plugins.splice(2, 1); // Remove html plugin

0 commit comments

Comments
 (0)