Skip to content

Commit 657f844

Browse files
committed
Target es5 as compiler option
1 parent 2704d70 commit 657f844

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.0.3
4+
5+
Some compiler options have been reverted, so the compilation target is ``es5`` like before v1.0.2.
6+
37
## v1.0.2
48

59
The compiler options have been adjusted so ng-http-loader is now an es2015 module, and can be tree-shaked.

tsconfig.ngc.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"module": "es2015",
5-
"target": "es2015",
65
"outDir": "./dist",
76
"rootDir": "./tmp",
87
"noImplicitAny": true,
@@ -13,11 +12,7 @@
1312
"sourceMap": true,
1413
"inlineSources": true,
1514
"importHelpers": true,
16-
"types": [],
17-
"lib": [
18-
"dom",
19-
"es2015"
20-
]
15+
"types": []
2116
},
2217
"include": [
2318
"./tmp"

0 commit comments

Comments
 (0)