Skip to content

Commit 771eb5f

Browse files
authored
Merge pull request #8 from jornetsimon/angular-11
Angular 11 upgrade
2 parents 5e51d82 + 2520240 commit 771eb5f

File tree

12 files changed

+17509
-4222
lines changed

12 files changed

+17509
-4222
lines changed

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"optimization": true,
4444
"outputHashing": "all",
4545
"sourceMap": false,
46-
"extractCss": true,
4746
"namedChunks": false,
4847
"extractLicenses": true,
4948
"vendorChunk": false,
@@ -131,7 +130,7 @@
131130
"prefix": "ngx",
132131
"architect": {
133132
"build": {
134-
"builder": "@angular-devkit/build-ng-packagr:build",
133+
"builder": "@angular-devkit/build-angular:ng-packagr",
135134
"options": {
136135
"tsConfig": "projects/ngx-vibration/tsconfig.lib.json",
137136
"project": "projects/ngx-vibration/ng-package.json"

e2e/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.base.json",
2+
"extends": "../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../out-tsc/e2e",
55
"module": "commonjs",

0 commit comments

Comments
 (0)