Skip to content

Commit fe419fa

Browse files
committed
fix(webpack): increase typescript memory limit
1 parent 62e4b62 commit fe419fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/react-scripts/config/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,7 @@ module.exports = function (webpackEnv) {
787787
syntactic: true,
788788
},
789789
mode: 'write-references',
790+
memoryLimit: 4096,
790791
// profile: true,
791792
},
792793
issue: {

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tea-react-scripts",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"description": "Used by Text-Em-All, Custom Configuration and scripts for Create React App, based on version 5.0.1",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)