Why razzle forcing buffer package as ProvidePlugin if webpack version is 5 #1919
Unanswered
pottabathini
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In createConfigAysnc file, while creating config for webpack, in plugins razzle adding buffer as providePlugin. Want to know why razzle is adding buffer when webpack is 5.
We are seeing issues because of buffer in IE11. Buffer is a node core module and it's not transpiling for IE11. Webpack/babel not converting buffer package and copy pasting source code in output bundle. Buffer is using BigInt and it's not supported in IE11.
I am looking for following options
Beta Was this translation helpful? Give feedback.
All reactions