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: { optimization: {
minimizer: [ minimizer: [
new TerserPlugin({ new TerserPlugin({
cache: true, cache: false,
parallel: true, parallel: true,
sourceMap: true sourceMap: true
}), }),