Skip to content

Commit f3be576

Browse files
author
Lee Richmond
committed
Ensure polyfills are imported
1 parent 42a7654 commit f3be576

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/// <reference path="./index.d.ts" />
22

3+
import 'es6-promise';
4+
import 'isomorphic-fetch';
5+
36
import patchExtends from './custom-extend';
47
patchExtends();
58

0 commit comments

Comments
 (0)