Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit eba1fc6

Browse files
committed
Update esri-loader sample to Angular 11, esri-loader 4.17.0
1 parent 6092e88 commit eba1fc6

9 files changed

+2975
-3635
lines changed

browserslist .browserslistrc

File renamed without changes.

angular.json

-1
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,

e2e/tsconfig.json

+1-1
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)