Fix sourcemaps not being generated

This commit is contained in:
Tobias Springer 2020-05-09 17:19:27 +02:00
parent 669ee3e9b6
commit effc9514bb
1 changed files with 1 additions and 1 deletions

View File

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