Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ Define ES features to skip to reduce bundle size. For example, your `.swcrc` cou

The option has an effect when used alongside `mode: "usage"` or `mode: "entry"`. It is recommended to specify the minor version (E.g. `"3.22"`) otherwise `"3"` will be interpreted as `"3.0"` which may not include polyfills for the latest features.

When `coreJs` is `undefined`, SWC falls back to `core-js@3.0.0`.

## Additional Options

- `debug`: (_boolean_) defaults to `false`.
Expand Down