Skip to content

Commit 24b83ac

Browse files
authored
import symbol and array method polyfills
Closes #2502 once and for all!
1 parent b8d9d88 commit 24b83ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
import 'core-js/es6/symbol'
2+
import 'core-js/es6/array'
3+
14
import './source/root.js'

0 commit comments

Comments
 (0)