Skip to content

Commit 4da5780

Browse files
committed
No longer making js-logger external depedency for common.
1 parent 0831845 commit 4da5780

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/common/rollup.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ export default (commandLineArgs) => {
3232
// This makes life easier
3333
external: [
3434
// This has dynamic logic - makes bundling hard
35-
'cross-fetch',
36-
// TODO: make the useDefaults logic better. Currently need access to this package directly
37-
'js-logger'
35+
'cross-fetch'
3836
]
3937
};
4038
};

0 commit comments

Comments
 (0)