Vite optimizeDeps collision!
When using in external projects with Vite, it cannot load Bridge's Web Worker. That is a known issue of Vite generated packages!
Now, there is this workaround in Vite.config in a target project:
optimizeDeps: {
exclude: ['@473783/develex-core']
}