Fix sourcemaps not being generated

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

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

Loading…
Cancel
Save