chore: updates angular to v18

This commit is contained in:
2025-10-31 18:29:07 -03:00
parent e205ae1606
commit 401879275c
7 changed files with 2511 additions and 1338 deletions

View File

@@ -11,12 +11,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/frontend-hideyoshi.com",
"outputPath": {
"base": "dist/frontend-hideyoshi.com"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"allowedCommonJsDependencies": [
"ts-interface-checker",
@@ -39,8 +42,8 @@
"node_modules/bootstrap/dist/js/bootstrap.bundle.js",
"node_modules/cookieconsent/build/cookieconsent.min.js"
],
"serviceWorker": true,
"ngswConfigPath": "ngsw-config.json"
"serviceWorker": "ngsw-config.json",
"browser": "src/main.ts"
},
"configurations": {
"production": {
@@ -66,9 +69,7 @@
"serviceWorker": true
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"optimization": false,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true