Build source maps on production build again

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-07-14 13:52:53 +02:00
parent 7b82895982
commit 506f1784fc
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ module.exports = common.map(
keep_quoted_props: true,
},
},
sourceMap: true,
}),
],
},