Skip to content

Commit

Permalink
Explicitly import babel-polyfill in async example
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Feb 7, 2017
1 parent 53abc96 commit 7b57fcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/async/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

'use strict';

import 'babel-polyfill';
import request from './request';

export function getUserName(userID) {
Expand Down

0 comments on commit 7b57fcf

Please sign in to comment.