Skip to content

Commit

Permalink
chore(deps): angular 18 release
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires angular 18 and above
  • Loading branch information
Talb2005 authored and bbortt committed Jun 25, 2024
1 parent b3db9a5 commit 1587303
Show file tree
Hide file tree
Showing 9 changed files with 2,562 additions and 2,476 deletions.
14 changes: 7 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,19 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/app",
"outputPath": {
"base": "dist/app"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["src/polyfills.ts"],
"tsConfig": "src/tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.scss"],
"scripts": [],
"allowedCommonJsDependencies": ["moment"]
"allowedCommonJsDependencies": ["moment"],
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -41,8 +43,6 @@
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": true,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand Down
Loading

0 comments on commit 1587303

Please sign in to comment.