-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
area: packagingIssues related to Angular's creation of npm packagesIssues related to Angular's creation of npm packageseffort2: daystype: bug/fix
Description
I've seen it crash on JS bundle tasks and build/pure-packages.dart. @hterkelsen reports it crashing on JS sourcemaps.
Workaround: node --max-old-space-size=2000 ./node_modules/.bin/gulp {TASK}
(2000 is 2GB)
- fix the underlying issue
- remove the heap config workaround from
scripts/publish/npm_publish.sh
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: packagingIssues related to Angular's creation of npm packagesIssues related to Angular's creation of npm packageseffort2: daystype: bug/fix