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: {
|
optimization: {
|
||||||
minimizer: [
|
minimizer: [
|
||||||
new TerserPlugin({
|
new TerserPlugin({
|
||||||
cache: true,
|
cache: false,
|
||||||
parallel: true,
|
parallel: true,
|
||||||
sourceMap: true
|
sourceMap: true
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user