-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Get some cool features from Create React App #468
Comments
@arunoda on a related note could we try to integrate react-storybook directly into create-react-app itself? And make it really easy for people to create storybooks for their components? |
Nvm just saw this |
I think it should be dev-only, should it not? Is Storybook use case different? |
@gaearon Storybook is mostly a devtool even we have a way to export into a static app. I think it's pretty useful in that case. |
I just released |
babel-preset-react-app
as the default preset. PR526babel-transform-react-jsx-source
both in dev and prod. (This is already used in babel-preset-react-app) - We'll think about prod usage later on.The text was updated successfully, but these errors were encountered: