Skip to content

Commit 9d61bc3

Browse files
committed
build: bump angular 12
1 parent f9d7213 commit 9d61bc3

File tree

8 files changed

+17207
-21183
lines changed

8 files changed

+17207
-21183
lines changed

angular.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3+
"cli": {
4+
"analytics": "3baaf504-dbc1-40db-9aea-56a6da334a34"
5+
},
36
"version": 1,
47
"newProjectRoot": "projects",
58
"projects": {
@@ -23,7 +26,6 @@
2326
"skipTests": true
2427
},
2528
"@schematics/angular:module": {
26-
"skipTests": true
2729
},
2830
"@schematics/angular:pipe": {
2931
"skipTests": true
@@ -48,8 +50,13 @@
4850
"styles": [
4951
"src/styles.less"
5052
],
51-
"scripts": [
52-
]
53+
"scripts": [],
54+
"vendorChunk": true,
55+
"extractLicenses": false,
56+
"buildOptimizer": false,
57+
"sourceMap": true,
58+
"optimization": false,
59+
"namedChunks": true
5360
},
5461
"configurations": {
5562
"production": {
@@ -62,9 +69,7 @@
6269
"optimization": true,
6370
"outputHashing": "all",
6471
"sourceMap": false,
65-
"extractCss": true,
6672
"namedChunks": false,
67-
"aot": true,
6873
"extractLicenses": true,
6974
"vendorChunk": false,
7075
"buildOptimizer": true,
@@ -161,10 +166,15 @@
161166
"prefix": "apx",
162167
"architect": {
163168
"build": {
164-
"builder": "@angular-devkit/build-ng-packagr:build",
169+
"builder": "@angular-devkit/build-angular:ng-packagr",
165170
"options": {
166171
"tsConfig": "projects/ng-apexcharts/tsconfig.lib.json",
167172
"project": "projects/ng-apexcharts/ng-package.json"
173+
},
174+
"configurations": {
175+
"production": {
176+
"tsConfig": "projects/ng-apexcharts/tsconfig.lib.prod.json"
177+
}
168178
}
169179
},
170180
"test": {

0 commit comments

Comments
 (0)