Angular CLI Alias
A little helper utility to allow setting max_old_space_size on the node process that runs the angular cli.
Usage
- Add a config option to your project's package.json:
- Change all references in your npm scripts from
ng
tong-alias
- Ensure that
setup-ng-alias
runs before you try to runng-alias
. i.e. with aprebuild
script:
Cross platform
This script has been tested on Windows and Unix environments.