Skip to content

Commit f4cfdb0

Browse files
Merge pull request #4 from criar-art/angular-19
Angular 19
2 parents 6e94c02 + fb1a22f commit f4cfdb0

File tree

18 files changed

+3541
-3265
lines changed

18 files changed

+3541
-3265
lines changed

angular.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@
3838
},
3939
"architect": {
4040
"build": {
41-
"builder": "@angular-devkit/build-angular:browser",
41+
"builder": "@angular-devkit/build-angular:application",
4242
"options": {
43-
"outputPath": "dist/slidecontent-angular",
43+
"outputPath": {
44+
"base": "dist/slidecontent-angular"
45+
},
4446
"index": "src/index.html",
45-
"main": "src/main.ts",
4647
"localize": true,
4748
"i18nMissingTranslation": "error",
4849
"polyfills": [
@@ -58,7 +59,8 @@
5859
"styles": [
5960
"src/styles.scss"
6061
],
61-
"scripts": []
62+
"scripts": [],
63+
"browser": "src/main.ts"
6264
},
6365
"configurations": {
6466
"production": {
@@ -113,9 +115,7 @@
113115
]
114116
},
115117
"development": {
116-
"buildOptimizer": false,
117118
"optimization": false,
118-
"vendorChunk": true,
119119
"extractLicenses": false,
120120
"sourceMap": true,
121121
"namedChunks": true

firebase.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hosting": {
3-
"public": "dist/slidecontent-angular",
3+
"public": "dist/slidecontent-angular/browser",
44
"ignore": [
55
"firebase.json",
66
"**/.*",

0 commit comments

Comments
 (0)