We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2704d70 commit 657f844Copy full SHA for 657f844
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.0.3
4
+
5
+Some compiler options have been reverted, so the compilation target is ``es5`` like before v1.0.2.
6
7
## v1.0.2
8
9
The compiler options have been adjusted so ng-http-loader is now an es2015 module, and can be tree-shaked.
tsconfig.ngc.json
@@ -2,7 +2,6 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "es2015",
- "target": "es2015",
"outDir": "./dist",
"rootDir": "./tmp",
"noImplicitAny": true,
@@ -13,11 +12,7 @@
13
12
"sourceMap": true,
14
"inlineSources": true,
15
"importHelpers": true,
16
- "types": [],
17
- "lib": [
18
- "dom",
19
- "es2015"
20
- ]
+ "types": []
21
},
22
"include": [
23
"./tmp"
0 commit comments