mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
chore: Prod builds should not cache
This commit is contained in:
parent
8eab2bef33
commit
76eff009d2
@ -50,7 +50,7 @@ module.exports = merge(common, {
|
||||
optimization: {
|
||||
minimizer: [
|
||||
new TerserPlugin({
|
||||
cache: true,
|
||||
cache: false,
|
||||
parallel: true,
|
||||
sourceMap: true
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user