Skip to content

Commit 1903fff

Browse files
Add neccessary polyfills for promise and assign to support IE10
1 parent 52591b0 commit 1903fff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/JSO.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
* Documentation available at: https://github.com/andreassolberg/jso
99
*/
1010

11+
12+
// Polyfills to support >= IE10
13+
import assign from 'core-js/fn/object/assign'
14+
import 'core-js/fn/promise'
15+
// ------
16+
1117
import store from './store'
1218
import utils from './utils'
1319

0 commit comments

Comments
 (0)