1.0.9 • Published 5 years ago

angular-cli-alias v1.0.9

Weekly downloads
246
License
ISC
Repository
github
Last release
5 years ago

Angular CLI Alias

A little helper utility to allow setting max_old_space_size on the node process that runs the angular cli.

Usage

  1. Add a config option to your project's package.json:
{
    "config": {
        "max_old_space_size": 3072
    }
}
  1. Change all references in your npm scripts from ng to ng-alias
  2. Ensure that setup-ng-alias runs before you try to run ng-alias. i.e. with a prebuild script:
{
    "scripts": {
        "prebuild": "setup-ng-alias",
        "build": "ng-alias build --prod"
    }
}

Cross platform

This script has been tested on Windows and Unix environments.

1.0.9

5 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago