Skip to content

Commit 16ac244

Browse files
committed
Bundling js-logger as part of common build.
1 parent a17f73a commit 16ac244

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/common/rollup.config.mjs

+1-3
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
};

packages/web/webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ module.exports = () => {
4949
'@powersync/common': '@powersync/common',
5050
'async-mutex': 'async-mutex',
5151
comlink: 'comlink',
52-
'js-logger': 'js-logger',
5352
lodash: 'lodash'
5453
},
5554
devtool: production ? 'source-map' : 'cheap-module-source-map',

0 commit comments

Comments
 (0)