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

.babelrc es2015 preset breaks Meteor build #440

Closed
dburles opened this issue Sep 9, 2016 · 8 comments
Closed

.babelrc es2015 preset breaks Meteor build #440

dburles opened this issue Sep 9, 2016 · 8 comments
Labels

Comments

@dburles
Copy link
Contributor

dburles commented Sep 9, 2016

It seems to somehow conflict with Meteor's build process as immediately after running Meteor I see an undefined error on the server caused by a reference to a global variable that's defined deep within a lib directory. Meteor 1.4.1.1.

@arunoda
Copy link
Member

arunoda commented Sep 9, 2016

Have you fixed it? If so how?

@dburles
Copy link
Contributor Author

dburles commented Sep 9, 2016

I haven't really dug into it any further

@dburles
Copy link
Contributor Author

dburles commented Sep 9, 2016

I'll create a reproduction

@dburles
Copy link
Contributor Author

dburles commented Sep 9, 2016

@achtan
Copy link

achtan commented Sep 23, 2016

my solution:
put .babelrc for storybook into .storybook/ dir
and dont let meteor load any files where @kadira/storybook is imported (put all files under /imports dir)

@arunoda
Copy link
Member

arunoda commented Sep 25, 2016

@achtan That's a good solution and I'll change the getstorybook tool to be like that.

@arunoda arunoda added the bug label Sep 25, 2016
@dburles
Copy link
Contributor Author

dburles commented Oct 4, 2016

hey @arunoda what's ETA on this fix? :)

@ndelangen
Copy link
Member

If you are still experiencing this issue, please re-open 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants