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 0831845 commit 4da5780Copy full SHA for 4da5780
packages/common/rollup.config.mjs
@@ -32,9 +32,7 @@ export default (commandLineArgs) => {
32
// This makes life easier
33
external: [
34
// 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'
+ 'cross-fetch'
38
]
39
};
40
0 commit comments