Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use modular pouchdb #851

Closed
wants to merge 1 commit into from
Closed

Conversation

nolanlawson
Copy link
Member

@nolanlawson nolanlawson commented Feb 15, 2017

If we're only using PouchDB to do HTTP requests, we can just use pouchdb-core with pouchdb-adapter-http. This reduces the bundle size from 2.555MB to 2.477MB and also makes npm install faster because we don't have to install LevelDB anymore.

Looking at the code, we could probably just replace this all with a fetch(), but that can be done in a later PR.

@garrensmith
Copy link
Member

+1. Thanks @nolanlawson I've merged it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants