Skip to content

Commit

Permalink
feat: update swc_core to 0.102 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Aug 28, 2024
1 parent 54ecf90 commit f081b08
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 64 deletions.
218 changes: 155 additions & 63 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path-absolutize = { version = "3", features = ["use_unix_paths_on_wasm"] }

serde = "1"
serde_json = "1"
swc_core = { version = "0.101", features = [
swc_core = { version = "0.102", features = [
"ecma_plugin_transform",
"ecma_parser",
] }
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ npm i -D swc-plugin-pre-paths
yarn add -D swc-plugin-pre-paths
```

You can check the compatibility of versions on https://plugins.swc.rs/

## Usage

Via `.swcrc`
Expand Down

0 comments on commit f081b08

Please sign in to comment.