From 8097f814866d68ef67408e506c69411c7e8eda3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rouven=20We=C3=9Fling?= Date: Fri, 27 Nov 2020 17:19:17 +0100 Subject: [PATCH] Move url to dev dependencies It's only needed when bundling for the browser --- rollup.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rollup.config.js b/rollup.config.js index 57103cc4..de0313be 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -42,6 +42,11 @@ const buildCjs = { return true; } + // url is a built-in module and should not be bundled either + if (id === 'url') { + return true; + } + return false; }, plugins: [