Scott Trinh
Scott Trinh
@ancha3 / @ruizuikeda Sorry about the delay, totally missed the update that it hadn't worked. Published a new version (1.3.8).
@matthias62 I'm not a Webpack user, but I'll give you my best guess as to a solution: declare `localForage` as your own dependency and make it's source available for bundling....
Can someone make a minimal reproduction case for this? I'm not sure I follow the issue, as I've never seen this in my own usage.
@hozkok Can you also update the `README.md` to reflect the new behavior of `instance` and `createInstance`?
I'll take a look at it tomorrow, thanks for all the work!
Awesome work @hozkok , thanks again for the contribution! I have only a few minor nits to pick before I merge us into master. This will go out in the...
Thanks again, @hozkok , I'll make sure this gets in the `1.4.0` release!
@brunodeprez Thanks for reaching out! Sorry I'm a bit late working on the `1.4.0` release. If you want to use @hozkok 's branch with npm, you can use it by...
@hozkok I'm looking at little harder at this PR, and it seems that the way this is implemented might be a breaking change. If you have existing an existing instance...
@hozkok That seems like a nice backwards compatible change since existing users would definitely be using instance with a string since that was the old type. If you can update...