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
Using the example webpack config results in the Buffer being resolved incorrectly. Webpack resolves Buffer globally to: { __esModule: true, default: ... , Buffer: ... }
Using the example webpack config results in the Buffer being resolved incorrectly. Webpack resolves Buffer globally to:
{ __esModule: true, default: ... , Buffer: ... }
Fixed by #768
The text was updated successfully, but these errors were encountered: