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

Support "extensions" option in config files and presets #12216

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 19, 2020

  1. Add "extensions" option

    - It can be set in programmatic option, babel.config.json, .babelrc.json and in presets
    - Files not matching any extension are ignored
    - If no filename is given, the file is not ignored
    - "*" is supported as a catch-all extension
    
    For backward compatibility reasons, this option defaults to ["*"].
    nicolo-ribaudo committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    4fac341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b25a6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8a8ec9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87d3481 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4805c69 View commit details
    Browse the repository at this point in the history