We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17f73a commit 16ac244Copy full SHA for 16ac244
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
packages/web/webpack.config.js
@@ -49,7 +49,6 @@ module.exports = () => {
49
'@powersync/common': '@powersync/common',
50
'async-mutex': 'async-mutex',
51
comlink: 'comlink',
52
- 'js-logger': 'js-logger',
53
lodash: 'lodash'
54
},
55
devtool: production ? 'source-map' : 'cheap-module-source-map',
0 commit comments