Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Last active August 1, 2017 14:12
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 cyrilletuzi/4f26f137832a93b9cd402da7af330d67 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/4f26f137832a93b9cd402da7af330d67 to your computer and use it in GitHub Desktop.
{
"scripts": {
/* Build the browser bundle and the server bundle
* Deactivating output hashing option for the server bundle is important, so its name stays the same */
"build": "ng build --prod && ng build --prod --app universal --output-hashing=none",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment