Skip to content

Commit 43bf5dd

Browse files
authored
chore: upgrade to angular v11
1 parent 25f7344 commit 43bf5dd

File tree

11 files changed

+5133
-2989
lines changed

11 files changed

+5133
-2989
lines changed
File renamed without changes.

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"optimization": true,
4343
"outputHashing": "all",
4444
"sourceMap": false,
45-
"extractCss": true,
4645
"namedChunks": false,
4746
"extractLicenses": true,
4847
"vendorChunk": false,
@@ -131,7 +130,7 @@
131130
"prefix": "lib",
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/manekinekko/angular-web-bluetooth/tsconfig.lib.json",
137136
"project": "projects/manekinekko/angular-web-bluetooth/ng-package.json"

e2e/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"outDir": "../out-tsc/e2e",
55
"module": "commonjs",
6-
"target": "es5",
6+
"target": "es2018",
77
"types": [
88
"jasmine",
99
"jasminewd2",

0 commit comments

Comments
 (0)