-
Notifications
You must be signed in to change notification settings - Fork 27
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
publish-storybook
script is failing
#47
Labels
Comments
LucianBuzzo
added a commit
that referenced
this issue
Sep 12, 2017
Connects to #47 change-type: patch
This is because uglifyjs doesn't support es6, though it should be transpiled before by the babel loader before it hits the plugins. |
@craig-mulligan Yep that's what I've seen, except for whatever reason it's not transpiling required modules. There's an open issue about this storybookjs/storybook#1570 |
Ah the world of babel presets. Let me take a quick look otherwise we can merge #48 |
LucianBuzzo
added a commit
that referenced
this issue
Sep 12, 2017
Connects to #47 change-type: patch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uglify JS is unable to parse an arrow function imported into the bundle from resin-semver
The text was updated successfully, but these errors were encountered: