chore: Prod builds should not cache
This commit is contained in:
@@ -50,7 +50,7 @@ module.exports = merge(common, {
|
||||
optimization: {
|
||||
minimizer: [
|
||||
new TerserPlugin({
|
||||
cache: true,
|
||||
cache: false,
|
||||
parallel: true,
|
||||
sourceMap: true
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user