Skip to content

Commit 7d8f9ee

Browse files
committed
remove pouch build config...
no longer a direct dep
1 parent 5864aed commit 7d8f9ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/platform-ui/vite.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ export default defineConfig({
5454
'@': fileURLToPath(new URL('./src', import.meta.url)),
5555
// events: 'events-browserify',
5656
events: 'events',
57-
'pouchdb-browser': 'pouchdb-browser/lib/index.js',
58-
'pouchdb-find': 'pouchdb-find/lib/index.js',
57+
// 'pouchdb': 'pouchdb/lib/index.js',
58+
// 'pouchdb-find': 'pouchdb-find/lib/index.js',
5959
},
6060
extensions: ['.js', '.ts', '.json', '.vue'],
6161
},
6262
optimizeDeps: {
63-
include: ['events', 'pouchdb-browser', 'pouchdb-find'],
63+
include: ['events'],
6464
},
6565
});

0 commit comments

Comments
 (0)