We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcdf4c7 + 75b06c0 commit 5d86512Copy full SHA for 5d86512
webpack.umd.config.babel.js
@@ -14,7 +14,7 @@ const umdConfig = Object.assign({}, baseConfig, {
14
libraryTarget: "umd",
15
libraryExport: "default"
16
},
17
- devtool: "hidden-source-map"
+ devtool: "source-map"
18
});
19
20
umdConfig.plugins.splice(2, 1); // Remove html plugin
0 commit comments