Skip to content

Commit

Permalink
fix(chore): SystemJS depends on Promise and fetch (for package maps)
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Oct 18, 2018
1 parent 82a8fb6 commit 9ff236c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/constant/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ export const constant: IConstant = {
},
features: [],
version: environment.NPM_PACKAGE_DEPENDENCIES_SYSTEMJS,
dependencies: []
dependencies: [
"es.promise",
"fetch"
]
},
zone: {
library: "zone.js",
Expand Down

0 comments on commit 9ff236c

Please sign in to comment.