Skip to content

Commit

Permalink
upgrade to ng12
Browse files Browse the repository at this point in the history
  • Loading branch information
basters committed Mar 10, 2022
1 parent 6f62709 commit 3435b0e
Show file tree
Hide file tree
Showing 38 changed files with 19,992 additions and 17,988 deletions.
23 changes: 19 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
"styles": [
"playground/styles.scss"
],
"scripts": []
"scripts": [],
"allowedCommonJsDependencies": [
"highlight.js"
]
},
"configurations": {
"production": {
Expand All @@ -51,6 +54,14 @@
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
}
}
},
Expand All @@ -63,8 +74,12 @@
"configurations": {
"production": {
"browserTarget": "fs-package-app:build:production"
},
"development": {
"browserTarget": "fs-package-app:build:development"
}
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
Expand Down Expand Up @@ -137,7 +152,7 @@
"prefix": "fs",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "src/tsconfig.lib.json",
"project": "src/ng-package.json"
Expand All @@ -147,7 +162,7 @@
"tsConfig": "src/tsconfig.lib.prod.json"
}
}
},
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
Expand Down
Loading

0 comments on commit 3435b0e

Please sign in to comment.