Skip to content

Commit

Permalink
docs(swc): add @swc/core to install step (#1666)
Browse files Browse the repository at this point in the history
doc(pluginswc): add @swc/core to install step
  • Loading branch information
mayvagio2016 authored Jun 5, 2024
1 parent e13eaa0 commit c021b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v
Using npm:

```console
npm install @rollup/plugin-swc --save-dev
npm install @swc/core @rollup/plugin-swc --save-dev
```

## Usage
Expand Down

0 comments on commit c021b11

Please sign in to comment.