Skip to content

Commit 8b49e67

Browse files
authored
Update rollup.config.js
1 parent ff99216 commit 8b49e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ export default {
1919
},
2020
],
2121
plugins: [resolve(), typescript(), terser()],
22-
external: Object.keys(pkg.peerDependencies),
22+
external: Object.keys(pkg.peerDependencies || {}),
2323
};

0 commit comments

Comments
 (0)