Skip to content

Commit

Permalink
chore: update rspack entry
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Dec 2, 2023
1 parent e849a8f commit 479d42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ From version `v0.17.0+` you need to use `default` export:
module.exports = {
/* ... */
plugins: [
require('unplugin-auto-import/webpack').default({ /* options */ }),
require('unplugin-auto-import/rspack').default({ /* options */ }),
],
}
```
Expand Down

0 comments on commit 479d42e

Please sign in to comment.