Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dev-sampsonorson/91a68dda939c4b6093619320bc2b15fe to your computer and use it in GitHub Desktop.
Save dev-sampsonorson/91a68dda939c4b6093619320bc2b15fe to your computer and use it in GitHub Desktop.
Enabled namedChunks production build in angular.json
{
//...
"architect": {
"build": {
//...
"configuration": {
"production": {
"namedChunks": true
}
}
}
}
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment