nolanlawson/blob-util

Warning while bundling (in Webpack)

selbekk opened this issue · 3 comments

When bundling this dependency, I get the following warning:

WARNING in ./~/lie/dist/lie.js
Critical dependencies:
1:407-414 This seems to be a pre-built javascript file. Though this is possible, it's not recommended. Try to require the original source to get better results.
 @ ./~/lie/dist/lie.js 1:407-414

A minor annoyance. Possible to fix somehow?

It's because pouchdb-promise is using an outdated version of lie. Probably I could just do the lie/native Promise switch myself.

should be fixed now

Great, works a treat 👍 Thanks for fixing this!