chore: Prod builds should not cache

This commit is contained in:
Johannes Schill 2019-03-11 15:23:52 +01:00
parent 8eab2bef33
commit 76eff009d2

View File

@ -50,7 +50,7 @@ module.exports = merge(common, {
optimization: {
minimizer: [
new TerserPlugin({
cache: true,
cache: false,
parallel: true,
sourceMap: true
}),