Skip to content

Instantly share code, notes, and snippets.

@sefatanam
Last active July 27, 2020 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sefatanam/eb43b1764a34889d11338edc9a069b86 to your computer and use it in GitHub Desktop.
Save sefatanam/eb43b1764a34889d11338edc9a069b86 to your computer and use it in GitHub Desktop.
<--! Make some changes in 'angular.json' !-->
"optimization": false,
"outputHashing": "all",
"sourceMap": false,
"extractCss": false,
"namedChunks": false,
"aot": false,
"extractLicenses": false,
"vendorChunk": false,
"buildOptimizer": false
@sefatanam
Copy link
Author

How to speed up the Angular build process

If I run it in visual studio code, it needs 25 - 30 seconds, sometimes takes more than one minute. This is a lot of time. Here the solution that I found in the internet.

Environment

Windows 10
8 GB-Ram
https://stackoverflow.com/questions/45242553/how-to-speed-up-the-angular-build-process

GitHub issue

https://github.com/angular/angular-cli/issues/6795#issuecomment-448042734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment