Skip to content

Commit

Permalink
Update conf
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams committed Jul 10, 2024
1 parent f3338dc commit 3e3c622
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"options": {
"outputPath": "dist/client",
"index": "src/index.html",
"main": "src/main.ts",
"browser": "src/main.ts", // Corrected property name here
"polyfills": [
"zone.js"
],
Expand Down Expand Up @@ -44,24 +44,7 @@
"maximumError": "4kb"
}
],
"outputHashing": "all",
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true,
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"allowedCommonJsDependencies": [
"plotly.js-dist-min"
]
"outputHashing": "all"
},
"development": {
"optimization": false,
Expand Down

0 comments on commit 3e3c622

Please sign in to comment.