Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
fix(demo): Tried to use Promise before polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed Feb 28, 2018
1 parent b2c9808 commit c61b5a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions demo/polyfills.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
if (typeof Promise === 'undefined') {
import('core-js/fn/promise')
}
import('core-js/fn/promise')

0 comments on commit c61b5a3

Please sign in to comment.