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

docs: clarify how to customize next/babel presets #11316

Merged
merged 2 commits into from Mar 24, 2020

Commits on Mar 24, 2020

  1. docs: clarify how to customize next/babel presets

    The current language confused me, because it says the presets/plugins should not be added to .babelrc, but then they are "added" (in a sense) to .babelrc in the subsequent example. Clarify that they shouldn't be added _as their own presets/plugins_.
    tinymachine committed Mar 24, 2020
    Copy the full SHA
    870645b View commit details
    Browse the repository at this point in the history
  2. docs: further clarify custom next/babel config

    Even more explicit.
    tinymachine committed Mar 24, 2020
    Copy the full SHA
    4aedc1e View commit details
    Browse the repository at this point in the history