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

pull/94968/head
Esteban Beltran 8 months ago committed by GitHub
parent 0920e8bcc6
commit 3a7096d0a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      scripts/webpack/webpack.dev.js

@ -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,

Loading…
Cancel
Save