Skip to content

Commit

Permalink
feat: change rsbuild-svg-sprite-loader to rsbuild-plugin-svg-sprite-l…
Browse files Browse the repository at this point in the history
…oader
  • Loading branch information
wenqian0812 committed Sep 3, 2024
1 parent e4f3d67 commit e49e3b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add plugin to your `rsbuild.config.ts`:

```ts
// rsbuild.config.ts
import { pluginSvgSpriteLoader } from "rsbuild-svg-sprite-loader";
import { pluginSvgSpriteLoader } from "rsbuild-plugin-svg-sprite-loader";

export default {
plugins: [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rsbuild-svg-sprite-loader",
"version": "0.0.1",
"name": "rsbuild-plugin-svg-sprite-loader",
"version": "0.0.2",
"repository": {
"url": "https://github.com/wenqian0812/rsbuild-plugin-svg-sprite-loader"
},
Expand Down

0 comments on commit e49e3b5

Please sign in to comment.