Skip to content

Commit

Permalink
fix right file
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoissonnet committed Jun 5, 2024
1 parent 35e8037 commit 297dfd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/loadable-components/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# loadable-components

## Config
If you use the .swcrc :
```json
["@swc/plugin-loadable-components", {}]
```

If you use the json config:
```json
["loadable-components", {}]
```


# @swc/plugin-loadable-components

## 1.0.5
Expand Down
6 changes: 6 additions & 0 deletions packages/loadable-components/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Config

If you use the `.swcrc` :
```json
["@swc/plugin-loadable-components", {}]
```

If you use the js config:
```json
["loadable-components", {}]
```
Expand Down

0 comments on commit 297dfd9

Please sign in to comment.