File tree Expand file tree Collapse file tree 7 files changed +3
-10
lines changed
react-supabase-todolist-optional-sync
yjs-react-supabase-text-collab Expand file tree Collapse file tree 7 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ export default defineConfig({
1919 // https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
2020 exclude : [ '@journeyapps/wa-sqlite' , '@powersync/web' ] ,
2121 include : [ ]
22- // include: ['@powersync/web > js-logger'], // <-- Include `js-logger` when it isn't installed and imported.
2322 } ,
2423 plugins : [ wasm ( ) , topLevelAwait ( ) ] ,
2524 worker : {
Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ export default defineConfig((env) => {
2525 // Don't optimize these packages as they contain web workers and WASM files.
2626 // https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
2727 exclude : [ '@journeyapps/wa-sqlite' , '@powersync/web' ] ,
28- include : [ ] ,
29- // include: ['@powersync/web > js-logger'], // <-- Include `js-logger` when it isn't installed and imported.
28+ include : [ ]
3029 } ,
3130 plugins : [
3231 // @ts -expect-error there is TS issue that doesn't actually affect the runtime
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ export default defineConfig({
2626 // https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
2727 exclude : [ '@journeyapps/wa-sqlite' , '@powersync/web' ] ,
2828 include : [ ]
29- // include: ['@powersync/web > js-logger'], // <-- Include `js-logger` when it isn't installed and imported.
3029 } ,
3130 plugins : [
3231 wasm ( ) ,
Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ export default defineConfig({
2525 // Don't optimize these packages as they contain web workers and WASM files.
2626 // https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
2727 exclude : [ '@journeyapps/wa-sqlite' , '@powersync/web' ] ,
28- include : [ ] ,
29- // include: ['@powersync/web > js-logger'], // <-- Include `js-logger` when it isn't installed and imported.
28+ include : [ ]
3029 } ,
3130 plugins : [
3231 wasm ( ) ,
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ export default defineConfig({
2626 // https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
2727 exclude : [ '@journeyapps/wa-sqlite' , '@powersync/web' ] ,
2828 include : [ ]
29- // include: ['@powersync/web > js-logger'], // <-- Include `js-logger` when it isn't installed and imported.
3029 } ,
3130 plugins : [
3231 wasm ( ) ,
Original file line number Diff line number Diff line change @@ -77,8 +77,7 @@ export default defineConfig({
7777 // Don't optimize these packages as they contain web workers and WASM files.
7878 // https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
7979 exclude : [ '@journeyapps/wa-sqlite' , '@powersync/web' ] ,
80- include : [ ] ,
81- // include: ['@powersync/web > js-logger'], // <-- Include `js-logger` when it isn't installed and imported.
80+ include : [ ]
8281 } ,
8382 worker : {
8483 format : 'es' ,
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ export default defineConfig({
3434 // https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
3535 exclude : [ '@journeyapps/wa-sqlite' , '@powersync/web' ] ,
3636 include : [ ]
37- // include: ['@powersync/web > js-logger'], // <-- Include `js-logger` when it isn't installed and imported.
3837 } ,
3938 plugins : [
4039 wasm ( ) ,
You can’t perform that action at this time.
0 commit comments