You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
…rors
webpack/node-libs-browser#93
Webpack 4 now is a stable version. It uses node-libs for Buffer polyfill that is not completely compatible with the nodejs implemintation. In node-libs a lot of optional arguments are required, so we get an offset error in the browser calling buffer.readUInt32BE without an argument.
Calling a read function on the embedded buffer without any argument will throw an exception.
This is major incompatibility issue with node.js buffer.
Error message thrown: "RangeError: offset is not uint"
Corresponding issue: feross/buffer#237
I suggest to reconsider PR: #68, which does fix the issue
The text was updated successfully, but these errors were encountered: