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

chore(babel-preset-gatsby): Updated README to include babel presets #35069

Merged
merged 8 commits into from
Apr 1, 2022

Commits on Mar 7, 2022

  1. Updated README.md to include babel presets

    If we don't pass reactRuntime and reactImportSource to babel-preset-gatsby in .babelrc.json, JSX is invalid in gatsby-browser.js. In order to validate these errors, I have added the presets according to the docs.
    oneknucklehead committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    c10f38a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Updated gatsby-config.md docs to include presets

    As of Gatsby 4.1 it has become necessary to set jsxruntime and jsxImportSource.
    Thus, added the said changes to the docs.
    oneknucklehead committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    ccccbf6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from oneknucklehead/patch-2

    Update readme.md gatsby-config.md files
    oneknucklehead committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    6cb72a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. chore: format

    gatsbybot committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    607858c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    LekoArts committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    ef11ba7 View commit details
    Browse the repository at this point in the history
  3. Update gatsby-config.md

    LekoArts committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    c49e286 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae84b8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61ada37 View commit details
    Browse the repository at this point in the history