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: [