You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice they are being included and initialized by default. In many cases, these might not be used, so it would be ideal if they were optional.
On a high level, here are some ideas:
In the dist folder they could be separate fles: eg remotestorage-google.js.
For import it could be something like `import GoogleStorage from 'remotestoragejs-google';
Here is a screenshot showing that they are included with the standard import RemoteStorage from 'remotestoragejs';.