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:
parent
39d70a94a6
commit
69dec1bdf9
@ -567,7 +567,7 @@ module.exports = [{
|
|||||||
optimization: {
|
optimization: {
|
||||||
minimizer: PRODUCTION ? [
|
minimizer: PRODUCTION ? [
|
||||||
new TerserPlugin({
|
new TerserPlugin({
|
||||||
parallel: true,
|
parallel: false,
|
||||||
extractComments: true,
|
extractComments: true,
|
||||||
terserOptions: {
|
terserOptions: {
|
||||||
compress: true,
|
compress: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user