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 Mar 14, 2024. It is now read-only.
It seems this loader is not compatible with webpack 5. When using with Storybook, my story gives ReferenceError: Buffer is not defined. Not sure what that means as I cannot see any line referencing Buffer, but I guess the point here is just that webpack 5 compatibility is needed.
The text was updated successfully, but these errors were encountered:
Not twing-loader issue. Add Buffer plugin from webpack. Like this (sorry, this is half-assed answer, just browsing past, this is one of webpack config files that plugs in webpackFinal key in Storybook main.js)
It seems this loader is not compatible with webpack 5. When using with Storybook, my story gives
ReferenceError: Buffer is not defined
. Not sure what that means as I cannot see any line referencing Buffer, but I guess the point here is just that webpack 5 compatibility is needed.The text was updated successfully, but these errors were encountered: