From 10638d0dda285f48128a804669096597a2ff975e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Mon, 1 Nov 2021 08:46:03 +0100 Subject: [PATCH] docs(rollup): change url plugin (#614) Closes #595 --- website/pages/docs/rollup.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/rollup.mdx b/website/pages/docs/rollup.mdx index 7c7b8d77..38ee057a 100644 --- a/website/pages/docs/rollup.mdx +++ b/website/pages/docs/rollup.mdx @@ -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`: