That package depends on Node modules such as stream which requires adding a polyfill configuration in order for Webpack 5 to compile it. Moving it to the backend would avoid that kind of configuration.
Look for this ticket number in the code base, it is being referenced where those configurations were done.
That package depends on Node modules such as
stream
which requires adding a polyfill configuration in order for Webpack 5 to compile it. Moving it to the backend would avoid that kind of configuration.Look for this ticket number in the code base, it is being referenced where those configurations were done.