Skip to content

Commit

Permalink
chore: upgrade to angular v18
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Oct 17, 2024
1 parent 004dc2b commit 291a0d8
Show file tree
Hide file tree
Showing 6 changed files with 2,724 additions and 1,754 deletions.
5 changes: 1 addition & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"aot": true,
"allowedCommonJsDependencies": ["prismjs"],
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
"index": "src/index.html",
"tsConfig": "src/tsconfig.app.json",
"polyfills": ["zone.js"],
"assets": [
Expand Down Expand Up @@ -50,10 +50,7 @@
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"serviceWorker": false,
"ngswConfigPath": "/src/ngsw-config.json",
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand Down
Loading

0 comments on commit 291a0d8

Please sign in to comment.