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 #12151

Commits on Oct 9, 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 9, 2020
    Configuration menu
    Copy the full SHA
    61ec0ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af19c05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2387ea7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1acae43 View commit details
    Browse the repository at this point in the history