filerjs / filer

Node-like file system for browsers
BSD 2-Clause "Simplified" License
613 stars 153 forks source link

Incorrect documentation for Buffer shim #769

Closed bcheidemann closed 3 years ago

bcheidemann commented 3 years ago

Using the example webpack config results in the Buffer being resolved incorrectly. Webpack resolves Buffer globally to: { __esModule: true, default: ... , Buffer: ... }

Fixed by #768

humphd commented 3 years ago

If you use Fixes #768 in your PR description, it will auto-close these.

bcheidemann commented 3 years ago

Thanks, will do this in future 👍