-
Notifications
You must be signed in to change notification settings - Fork 10.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
Add babelrc to gatsby-plugin-netlify-cms to stop Uglify failure #4233
Conversation
Deploy preview for gatsbygram ready! Built with commit b2e3239 |
Hah, ok... Travis fails because it wants backticks... |
@martynhoyer you can move gatsby-browser out of |
The plugin source files should remain in the @KyleAMathews I see other plugins, like jss, |
@erquhart propably because they have this |
Ah! Good catch, thank you. @martynhoyer would you mind updating your PR to just add that babelrc? |
@erquhart sure, that's done now. |
Not sure why the netlify check is failing, it says |
Don't worry about netlify "test" too much - it just fails for some examples |
Is this scheduled for release? |
Merged code is generally released immediately. Upgrade to the latest version of this package to get it. |
Ugh, I apologize. I set this up last night thinking I had the latest, but I forgot that I used netlify to deploy my site, and their seed is using 1.0.9. Updated to 1.0.12 worked like a charm. |
Hiya @martynhoyer! 👋 This is definitely late, but on behalf of the entire Gatsby community, I wanted to say thank you for being here. Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If you have questions, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! 💪💜 |
Stops UglifyJS failing at build
As per #4227