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(gatsby-cli): bundle ink logger #26887

Merged
merged 5 commits into from
Sep 15, 2020
Merged

chore(gatsby-cli): bundle ink logger #26887

merged 5 commits into from
Sep 15, 2020

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    379704b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    563a3f1 View commit details
    Browse the repository at this point in the history
  3. add yoga-layout-prebuilt as dependency

    This is needed for PnP as setting `yoga-layout-prebuilt` as external
    imports it from node_modules, but it's not declared by gatsby-cli itself.
    
    Alternatively we could bundle it too, but this has problems too:
    facebook/yoga#798
    the solution there is pretty hacky and I would rather not use it.
    pieh committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c6c2368 View commit details
    Browse the repository at this point in the history
  4. .babelrc.json -> .babelrc

    pieh committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    8837d22 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    49a1b72 View commit details
    Browse the repository at this point in the history