Skip to content

Commit c408792

Browse files
fix: web compliation
1 parent 7c68370 commit c408792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/drizzle-driver-sync/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default (commandLineArgs) => {
3030
* The Typescript plugin complains about internal Drizzle types not matching when selecting
3131
* other moduleResolution settings.
3232
*/
33-
moduleResolution: 'bundler'
33+
// moduleResolution: 'bundler'
3434
})
3535
],
3636
external: ['@powersync/common', /^drizzle-orm(\/.*)?$/]

0 commit comments

Comments
 (0)