Skip to content

Commit 04699ea

Browse files
committed
build: remove unnecessary config
1 parent a0e032f commit 04699ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const notExternal = ['uzip'];
1616
const external = Object.keys(pkg.dependencies).filter(
1717
(value) => !notExternal.includes(value),
1818
);
19-
external.push(/@babel\/runtime/);
2019

2120
const plugins = [
2221
replace({

0 commit comments

Comments
 (0)