Skip to content

Commit

Permalink
#290 Use @babel/polyfill instead of `babel-polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
zaki-yama committed Feb 5, 2019
1 parent 7947a5b commit 8e35ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/addons.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'babel-polyfill';
import '@babel/polyfill';
// To get our default addons (actions and links)
import '@storybook/addon-actions/register';
// To add the knobs addon
Expand Down
2 changes: 1 addition & 1 deletion .storybook/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'babel-polyfill';
import '@babel/polyfill';
import svg4everybody from 'svg4everybody';
import { configure, setAddon, addDecorator } from '@storybook/react';
import { withKnobs } from '@storybook/addon-knobs';
Expand Down

0 comments on commit 8e35ae2

Please sign in to comment.