-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Update babel.md #7012
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
Update babel.md #7012
Conversation
Remove polyfill option from `@babel/plugin-transform-runtime`. Reference: https://babeljs.io/docs/en/next/babel-plugin-transform-runtime.html#polyfill
Deploy preview for using-postcss-sass failed. Built with commit 481e2c0 https://app.netlify.com/sites/using-postcss-sass/deploys/5b6a9479b312745b5c986d23 |
Deploy preview for using-drupal ready! Built with commit 481e2c0 |
Deploy preview for gatsbygram ready! Built with commit 481e2c0 |
Holy buckets, @twxia — we just merged your PR to Gatsby! 💪💜 Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If there’s anything we can do to help, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! |
Thanks! |
Deploy preview for gatsbyjs failed. Built with commit 481e2c0 https://app.netlify.com/sites/gatsbyjs/deploys/5b6a9478b312745b5c986d17 |
@KyleAMathews https://github.com/gatsbyjs/gatsby/blob/lerna-fix/docs/docs/gatsby-config.md#L81 |
Yeah, that'd be great |
* master: (21 commits) Disable www-graphql-docker-push.sh (#7127) chore(release): Publish Fix onRouteUpdate & onPreRouteUpdate (#7142) chore(release): Publish Fix showing dev 404 page when there isn't one in development (#7140) Replace 'serve' package w/ express-static to restore compression (#7139) Fix tests (#7138) Add delay to cyress test where cyress kept failing chore(release): Publish (#6581): v2 docs building apps with gatsby overview update (#7115) Added my blog to sites (#7125) Add babel-plugin-macros (#7129) Update babel.md (#7012) (#6590): flesh out preparing your environment overview stub (#7137) [gatsby-plugin-netlify] update static cache header to match docs (#7132) (#7118): Clarify prettier instructions and update tutorial sidebar (#7130) Fixing spelling error (#7136) chore(release): Publish Try publishing again chore(release): Publish ... # Conflicts: # yarn.lock
* master: (566 commits) chore(release): Publish Fix mistakenly identifying files as using commonjs when they weren't (#7153) Update collectPackages to getPackages for new lerna rc (#7126) Update index.md (#7145) Disable www-graphql-docker-push.sh (#7127) chore(release): Publish Fix onRouteUpdate & onPreRouteUpdate (#7142) chore(release): Publish Fix showing dev 404 page when there isn't one in development (#7140) Replace 'serve' package w/ express-static to restore compression (#7139) Fix tests (#7138) Add delay to cyress test where cyress kept failing chore(release): Publish (#6581): v2 docs building apps with gatsby overview update (#7115) Added my blog to sites (#7125) Add babel-plugin-macros (#7129) Update babel.md (#7012) (#6590): flesh out preparing your environment overview stub (#7137) [gatsby-plugin-netlify] update static cache header to match docs (#7132) (#7118): Clarify prettier instructions and update tutorial sidebar (#7130) ... # Conflicts: # yarn.lock
Remove polyfill option from `@babel/plugin-transform-runtime`. Reference: https://babeljs.io/docs/en/next/babel-plugin-transform-runtime.html#polyfill
Remove
polyfill
option from@babel/plugin-transform-runtime
.(Reference: https://babeljs.io/docs/en/next/babel-plugin-transform-runtime.html#polyfill)
This may cause the error while executing other scripts.