Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade storybook #1323

Merged
merged 2 commits into from
Aug 27, 2019
Merged

Upgrade storybook #1323

merged 2 commits into from
Aug 27, 2019

Conversation

TrySound
Copy link
Collaborator

Simplified webpack config. Dropped babel-plugin-css-modules because it
breaks linaria in storybook. Will migrate all plugins to linaria ASAP.
Dropped a bunch of unused packages.

Simplified webpack config. Dropped babel-plugin-css-modules because it
breaks linaria in storybook. Will migrate all plugins to linaria ASAP.
Dropped a bunch of unused packages.
@@ -1,5 +1,5 @@
import React from 'react';
import 'style-loader!css-loader!draft-js/dist/Draft.css'; // eslint-disable-line import/no-unresolved
import 'draft-js/dist/Draft.css';
Copy link
Member

Choose a reason for hiding this comment

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

Great that someone is getting rid of all this junk

"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.22.0",
Copy link
Member

Choose a reason for hiding this comment

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

🎉

@TrySound TrySound merged commit 089dc80 into master Aug 27, 2019
@TrySound TrySound deleted the upgrade-storybook branch August 27, 2019 13:38
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