This commit is contained in:
Ajay 2024-09-08 01:24:48 -04:00
commit 045607b146

View file

@ -185,6 +185,12 @@ module.exports = env => {
stream: env.stream
}),
new configDiffPlugin()
]
],
performance: {
hints: false,
maxEntrypointSize: 512000,
maxAssetSize: 512000
}
};
};