Skip to content

Commit

Permalink
chore(storybook): remove core-js plugin from storybook config
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Aug 29, 2019
1 parent 5ac2818 commit b4dca27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react/.storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,9 @@ module.exports = ({ config, mode }) => {
plugins: [new FeatureFlagProxyPlugin()],
};

config.plugins = config.plugins.filter(
p => String(p.resourceRegExp) !== '/core-js/'
);

return config;
};

0 comments on commit b4dca27

Please sign in to comment.