Skip to content

Resolve .browserslistrc as a project-wide file#13028

Merged
nicolo-ribaudo merged 1 commit intobabel:mainfrom
nicolo-ribaudo:browserslistrc-resolve-fix
Mar 25, 2021
Merged

Resolve .browserslistrc as a project-wide file#13028
nicolo-ribaudo merged 1 commit intobabel:mainfrom
nicolo-ribaudo:browserslistrc-resolve-fix

Conversation

@nicolo-ribaudo
Copy link
Copy Markdown
Member

Q                       A
Fixed Issues? Fixes #12953, fixes #13014
Patch: Bug Fix? Yes
Major: Breaking Change?
Minor: New Feature?
Tests Added + Pass? Yes
Documentation PR Link
Any Dependency Changes?
License MIT

Resolving .browserslistrc as file-relative config files was a decision took in the RFC and not something that I did accidentally, but:

  1. We didn't realize it was a breaking change, since it changed how @babel/preset-env works
  2. We didn't realize it's not what our users need, especially when compiling dependencies.

@nicolo-ribaudo nicolo-ribaudo added PR: Bug Fix 🐛 A type of pull request used for our changelog categories i: regression pkg: preset-env labels Mar 19, 2021
// TODO: browserslistConfig is currently resolved starting from the root
// rather than from the config file.
// eslint-disable-next-line jest/no-disabled-tests
it.skip("loads nested .browserslistrc files if explicitly specified", () => {
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a separate bug, I found it while attempting to write a test. I'll fix it in a follow-up PR.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codesandbox-ci
Copy link
Copy Markdown

codesandbox-ci Bot commented Mar 19, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 35f8149:

Sandbox Source
babel-repl-custom-plugin Configuration
babel-plugin-multi-config Configuration

@babel-bot
Copy link
Copy Markdown
Collaborator

babel-bot commented Mar 19, 2021

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/44459/

Copy link
Copy Markdown
Member

@hzoo hzoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok so treating .browserslistrc as babel.config.js file

@nicolo-ribaudo nicolo-ribaudo merged commit b0d83da into babel:main Mar 25, 2021
@nicolo-ribaudo nicolo-ribaudo deleted the browserslistrc-resolve-fix branch March 25, 2021 20:37
@github-actions github-actions Bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Jun 25, 2021
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jun 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

i: regression outdated A closed issue/PR that is archived due to age. Recommended to make a new issue pkg: core pkg: preset-env PR: Bug Fix 🐛 A type of pull request used for our changelog categories

Projects

None yet

4 participants