Skip to content

Commit

Permalink
check to see if 2 terser threads avoids OOM errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Sep 21, 2023
1 parent cff9e78 commit f649508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/core/build/createWebpackConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default function createWebpackConfig(
safari10: true,
},
cache: enableBuildCache,
parallel: 4,
parallel: 2,
sourceMap: !disableSourcemaps,
}),
],
Expand Down

0 comments on commit f649508

Please sign in to comment.