Skip to content

Commit

Permalink
docs(rollup): change url plugin (#614)
Browse files Browse the repository at this point in the history
Closes #595
  • Loading branch information
gregberge authored Nov 1, 2021
1 parent 3700aba commit 10638d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/docs/rollup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ const App = () => (
}
```

### Using with `url` plugin
### Using with `@rollup/plugin-url`

It is possible to use it with [`url`](https://github.com/rollup/rollup-plugin-url).
It is possible to use it with [`@rollup/plugin-url`](https://github.com/rollup/plugins/tree/master/packages/url).

In your `rollup.config.js`:

Expand Down

1 comment on commit 10638d0

@vercel
Copy link

@vercel vercel bot commented on 10638d0 Nov 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.