-
-
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
Does not use .babelrc #41
Comments
Hm. Interestingly, if I change
I am getting:
|
Relevant versions:
|
Could you send me your versions of:
This is the project right? Where's the |
Sorry, There is no local version of While https://github.com/gajus/react-youtube-player is the project, I have not pushed the code using I have created an issue that replicates the issue, https://github.com/gajus/react-youtube-player/tree/storybook. To replicate:
|
Got it. Will check that. |
I think I got the issue and will work on a fix. |
Check the version |
Prepare the channel for addons before the storybook is loaded
Add note about version requirement to readme
…script Change code for Javascript projects
My
.babelrc
:My project tree:
(
./node_modules
is excluded).When I run
babel ./src/index.js
program works as expected (compiles code using the presets defined in the./babelrc
).When I run
node ./node_modules/.bin/start-storybook -p 9001
, I get an error:It appears that
start-storybook
is not using./.babelrc
.The text was updated successfully, but these errors were encountered: