thisdot / open-source

Repository for open source packages
MIT License
34 stars 11 forks source link

Investigate `node` library production build for rxidb. #88

Closed TapaiBalazs closed 2 years ago

TapaiBalazs commented 2 years ago

We want to optimise the library for web and not for nodeJS. The cypress-indexeddb package can stay as a node package because it is mainly used in cypress which is a mixture of both, but the rxidb library should be minified and uglified when built

Possibly we might need to migrate from node library to web libraries