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