Skip to content

Commit

Permalink
build: upgraded to angular v12
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverSlytherin1 authored and llorenspujol committed Jan 17, 2022
1 parent 3930159 commit 57b7591
Show file tree
Hide file tree
Showing 10 changed files with 48,831 additions and 25,718 deletions.
21 changes: 16 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/angular-grid-layout/tsconfig.lib.json",
"project": "projects/angular-grid-layout/ng-package.json"
},
"configurations": {
"development": {
"tsConfig": "projects/angular-grid-layout/tsconfig.lib.json"
},
"production": {
"tsConfig": "projects/angular-grid-layout/tsconfig.lib.prod.json"
}
}
},
"defaultConfiguration": "development"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
Expand Down Expand Up @@ -62,7 +65,6 @@
"main": "projects/demo-app/src/main.ts",
"polyfills": "projects/demo-app/src/polyfills.ts",
"tsConfig": "projects/demo-app/tsconfig.app.json",
"aot": true,
"assets": [
"projects/demo-app/src/favicon.ico",
"projects/demo-app/src/assets"
Expand All @@ -74,6 +76,14 @@
"scripts": []
},
"configurations": {
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
},
"production": {
"fileReplacements": [
{
Expand Down Expand Up @@ -101,7 +111,8 @@
}
]
}
}
},
"defaultConfiguration": "development"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down Expand Up @@ -174,4 +185,4 @@
"analytics": false
},
"defaultProject": "demo-app"
}
}
Loading

0 comments on commit 57b7591

Please sign in to comment.