Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 147c989

Browse files
committed
chore(rollup): tread kronos-interceptor as external
1 parent a303c30 commit 147c989

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rollup.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33

44
export default {
55
format: 'cjs',
6-
plugins: []
6+
plugins: [],
7+
external: ['kronos-interceptor']
78
};

0 commit comments

Comments
 (0)