mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-16 18:25:12 -06:00
Set parallel to false for TerserPlugin to try and fix build failures
This commit is contained in:
parent
39d70a94a6
commit
69dec1bdf9
@ -567,7 +567,7 @@ module.exports = [{
|
||||
optimization: {
|
||||
minimizer: PRODUCTION ? [
|
||||
new TerserPlugin({
|
||||
parallel: true,
|
||||
parallel: false,
|
||||
extractComments: true,
|
||||
terserOptions: {
|
||||
compress: true,
|
||||
|
Loading…
Reference in New Issue
Block a user