Skip to content

Commit 5d86512

Browse files
authored
Merge pull request #114 from netlify/fix-sourcemaps
Fix source maps on UMD
2 parents fcdf4c7 + 75b06c0 commit 5d86512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.umd.config.babel.js

+1-1
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)