Chore: Increase fork ts webpack memory to 5GB (#94810)

This commit is contained in:
Esteban Beltran 2024-10-21 09:42:35 +02:00 committed by GitHub
parent 0920e8bcc6
commit 3a7096d0a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,7 @@ module.exports = (env = {}) => {
async: true, // don't block webpack emit
typescript: {
mode: 'write-references',
memoryLimit: 4096,
memoryLimit: 5096,
diagnosticOptions: {
semantic: true,
syntactic: true,