Skip to content

Commit 0b7d279

Browse files
committed
Prebundling js-logger dependency.
1 parent 4da5780 commit 0b7d279

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/eighty-rocks-begin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/web': minor
3+
---
4+
5+
Prebundle js-logger depedency.

packages/web/webpack.config.js

Lines changed: 0 additions & 1 deletion
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)