From fe419fa2770d88b09d9d448d72d9db7613411fbc Mon Sep 17 00:00:00 2001 From: Humberto Date: Wed, 16 Jul 2025 11:19:11 -0500 Subject: [PATCH] fix(webpack): increase typescript memory limit --- packages/react-scripts/config/webpack.config.js | 1 + packages/react-scripts/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/react-scripts/config/webpack.config.js b/packages/react-scripts/config/webpack.config.js index 06c9e5d21c1..28383f34f01 100644 --- a/packages/react-scripts/config/webpack.config.js +++ b/packages/react-scripts/config/webpack.config.js @@ -787,6 +787,7 @@ module.exports = function (webpackEnv) { syntactic: true, }, mode: 'write-references', + memoryLimit: 4096, // profile: true, }, issue: { diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 412e65013d1..3fd04d38ad1 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -1,6 +1,6 @@ { "name": "tea-react-scripts", - "version": "1.0.18", + "version": "1.0.19", "description": "Used by Text-Em-All, Custom Configuration and scripts for Create React App, based on version 5.0.1", "repository": { "type": "git",