-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add link to plugins.swc.rs and deprecate compatibility table in…
… favour of it
- Loading branch information
1 parent
35835f3
commit ddeecfc
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -85,6 +85,11 @@ SWC Plugin support is still experimental. They do not guarantee a semver backwar | |
|
||
So you need to select an appropriate version of the plugin to match compatible `swc_core`. | ||
|
||
It is recommended to find a suitable plugin version on https://plugins.swc.rs/. | ||
|
||
### Deprecated compatibility table | ||
Following table used to be updated manually and was deprecated in favour of mentioned *plugins.swc.rs.* | ||
|
||
| Plugin Version | used `swc_core` | Compatibility | | ||
|---------------------------------------------------|-----------------|---------------------------------------------------------------------------------------------------------------------------| | ||
| `0.1.0`, `4.0.0-next.0` | `0.52.8` | `[email protected]` ~ `[email protected]` | | ||
|