Skip to content

Commit dae8c9d

Browse files
author
v.potekhin
committed
chore: update to ng11
1 parent 0c8a450 commit dae8c9d

File tree

5 files changed

+34205
-12874
lines changed

5 files changed

+34205
-12874
lines changed

angular.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prefix": "lib",
1111
"architect": {
1212
"build": {
13-
"builder": "@angular-devkit/build-ng-packagr:build",
13+
"builder": "@angular-devkit/build-angular:ng-packagr",
1414
"options": {
1515
"tsConfig": "projects/angular-contenteditable-accessor/tsconfig.lib.json",
1616
"project": "projects/angular-contenteditable-accessor/ng-package.json"
@@ -79,7 +79,6 @@
7979
"optimization": true,
8080
"outputHashing": "all",
8181
"sourceMap": false,
82-
"extractCss": true,
8382
"namedChunks": false,
8483
"aot": true,
8584
"extractLicenses": true,
@@ -91,10 +90,10 @@
9190
"maximumWarning": "2mb",
9291
"maximumError": "5mb"
9392
},
94-
{
95-
"type": "anyComponentStyle",
96-
"maximumWarning": "6kb"
97-
}
93+
{
94+
"type": "anyComponentStyle",
95+
"maximumWarning": "6kb"
96+
}
9897
]
9998
}
10099
}

0 commit comments

Comments
 (0)