mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Webpack: Updated terser plugin (#22669)
This commit is contained in:
@@ -86,7 +86,7 @@ module.exports = merge(common, {
|
||||
minimizer: [
|
||||
new TerserPlugin({
|
||||
cache: false,
|
||||
parallel: 2,
|
||||
parallel: false,
|
||||
sourceMap: true,
|
||||
}),
|
||||
new OptimizeCSSAssetsPlugin({}),
|
||||
|
||||
Reference in New Issue
Block a user