Fix sourcemaps not being generated

pull/33/head
Tobias Springer 4 years ago
parent 669ee3e9b6
commit effc9514bb

@ -83,7 +83,7 @@ module.exports = ({
minimizer: [
new TerserPlugin({
parallel: true,
sourceMap: false,
sourceMap: true,
cache: false,
terserOptions: {
ecma: es6 ? 6 : 5,

Loading…
Cancel
Save