-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set version of swc_common (#81)
- Loading branch information
1 parent
bdb8af9
commit d23adda
Showing
3 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,8 @@ So you need to select an appropriate version of the plugin to match compatible ` | |
| `4.0.2` | `0.76.41` | `@swc/[email protected]` ~ `@swc/[email protected]` <br/> `[email protected]` ~ | | ||
| `4.0.3` | `0.78.28` | `@swc/[email protected]` ~ `@swc/[email protected]` <br/> `[email protected] ~ [email protected]` | | ||
| `4.0.4` | `0.79.x` | `@swc/[email protected]` ~ `@swc/[email protected]` <br/> `[email protected]` ~ | | ||
| `4.0.5` | `0.87.x` | `@swc/[email protected] ~ @swc/[email protected]` <br /> `~ [email protected]` | | ||
| `4.0.5` | `0.87.x` | broken due incorrect version of `swc_common` | | ||
| `4.0.6` | `0.87.x` | `@swc/[email protected] ~ @swc/[email protected]` <br /> `~ [email protected]` | | ||
|
||
This table may become outdated. If you don't see a particular version of `@swc/core` or `next` check the compatibility by referring to the upstream's [Selecting the version](https://swc.rs/docs/plugin/selecting-swc-core) article. | ||
This will help you select the appropriate plugin version for your project. | ||
|