I think to do this, the only thing you have to do is add a package.json with the main pointing to idb-iegap.js.
We may or may not want to start using this in PouchDB, because this looks like a fabulous solution for the lack of multiEntry in IE, and the size (<5KB min+gz) is really not too bad at all. Especially given that we would probably have to write 5KB ourselves to work around the issue. 😃
I think to do this, the only thing you have to do is add a
package.jsonwith themainpointing toidb-iegap.js.We may or may not want to start using this in PouchDB, because this looks like a fabulous solution for the lack of multiEntry in IE, and the size (<5KB min+gz) is really not too bad at all. Especially given that we would probably have to write 5KB ourselves to work around the issue. 😃