Skip to content

Commit

Permalink
[kbn/optimizer] disable parallelization in terer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 24, 2020
1 parent b88b991 commit bff1b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kbn-optimizer/src/worker/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ export function getWebpackConfig(bundle: Bundle, worker: WorkerConfig) {
cache: false,
sourceMap: false,
extractComments: false,
parallel: false,
terserOptions: {
compress: false,
mangle: false,
Expand Down

0 comments on commit bff1b65

Please sign in to comment.