Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hare Prananda committed Jul 30, 2023
1 parent 87362b4 commit 4487796
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/plugin-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,15 @@ or
```
yarn add @hareprnd/vite-plugin-react
```

## Usage

This package usage direction is just the same as the forked source in https://www.npmjs.com/package/@vitejs/plugin-react , the only different thing is:

```
// import react from '@vitejs/plugin-react'
// change the code above to:
import react from '@hareprnd/vite-plugin-react'
```
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hareprnd/vite-plugin-react",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"author": "Evan You",
"contributors": [
Expand Down

0 comments on commit 4487796

Please sign in to comment.