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 96ea706 commit 17b523bCopy full SHA for 17b523b
package.json
@@ -41,6 +41,7 @@
41
},
42
"dependencies": {
43
"es6-promise": "^4.0.5",
44
- "lodash-es": "^4.17.4"
+ "lodash-es": "^4.17.4",
45
+ "object-assign-shim": "1.0.0"
46
}
47
src/main.ts
@@ -1,5 +1,6 @@
1
/// <reference path="../types/index.d.ts" />
2
3
+import 'object-assign-shim'
4
import * as es6Promise from 'es6-promise';
5
es6Promise.polyfill();
6
0 commit comments