We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e032f commit 04699eaCopy full SHA for 04699ea
rollup.config.js
@@ -16,7 +16,6 @@ const notExternal = ['uzip'];
16
const external = Object.keys(pkg.dependencies).filter(
17
(value) => !notExternal.includes(value),
18
);
19
-external.push(/@babel\/runtime/);
20
21
const plugins = [
22
replace({
0 commit comments