Skip to content

Instantly share code, notes, and snippets.

@GaetanoPiazzolla
Created May 21, 2021 13:18
Show Gist options
  • Save GaetanoPiazzolla/0dfedd84014003a570902c334587b83d to your computer and use it in GitHub Desktop.
Save GaetanoPiazzolla/0dfedd84014003a570902c334587b83d to your computer and use it in GitHub Desktop.
{
// .....
"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true, // <---- this one !
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
}
}
@GaetanoPiazzolla
Copy link
Author

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