-
-
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
No way to prevent .babelrc use #138
Comments
Okay. We load babelrc manually. May be should allow and option to prevent it. |
Yep, I saw the PR and issue. I may have too special of a case :) It would be nice if I could put a Would you accept a PR that looked for a .babelrc in two places? (First On Fri, Apr 22, 2016 at 3:54 AM, Arunoda Susiripala <
Seth Kinast |
Yes. That's a good idea. |
OK, I will work on that this weekend. My team loves using storybook for development-- building components is On Fri, Apr 22, 2016 at 4:30 PM Arunoda Susiripala [email protected]
|
Super. |
…he project root Closes storybookjs#138, storybookjs#139
…he project root Closes storybookjs#138, storybookjs#139
I have an isomorphic app that runs using Node (without Webpack) on the server, and bundles with Webpack for the client.
So, I turn off .babelrc in my Webpack config:
There doesn't seem to be a good way to hook into storybook and make it ignore the .babelrc, so it tries to run my Node-specific Babel plugins and bombs out.
The text was updated successfully, but these errors were encountered: