Skip to content

Fix storybook webpack config#9707

Merged
pcardune merged 2 commits into
stagingfrom
pcardune-fix-storybook-warnings
Jul 26, 2016
Merged

Fix storybook webpack config#9707
pcardune merged 2 commits into
stagingfrom
pcardune-fix-storybook-warnings

Conversation

@pcardune

Copy link
Copy Markdown
Contributor

When we switched to automagically importing test locales, we
inadvertently broke the storybook. This fixes it by just having a
separate webpack config for storybook and karma.

I also went ahead and upgraded storybook, which fixes a couple bugs we
were encountering.

When we switched to automagically importing test locales, we
inadvertantly broke the storybook. This fixes it by just having a
separate webpack config for storybook and karma.

I also went ahead and upgraded storybook, which fixes a couple bugs we
were encountering.
Comment thread apps/.storybook/config.js
var component;
for (const path of BLACKLIST) {
if (key.indexOf(path) >=0) {
return;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@islemaster

Copy link
Copy Markdown
Contributor

LGTM!

@pcardune pcardune merged commit 6d4c008 into staging Jul 26, 2016
@pcardune pcardune deleted the pcardune-fix-storybook-warnings branch July 26, 2016 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants