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(preset-env): add browserslistEnv option #2227

Merged
merged 3 commits into from May 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/preset-env.md
Expand Up @@ -418,6 +418,12 @@ The starting point where the config search for browserslist will start, and asce

Toggles whether or not [browserslist config sources](https://github.com/ai/browserslist#queries) are used, which includes searching for any browserslist files or referencing the browserslist key inside package.json. This is useful for projects that use a browserslist config for files that won't be compiled with Babel.

### `browserslistEnv`

`string`, defaults to `undefined`

The [Browserslist environment](https://github.com/browserslist/browserslist#configuring-for-different-environments) to use.

### `shippedProposals`

`boolean`, defaults to `false`
Expand Down