I'm integrating the TUIRoomEngine SDK into a Vue.js project using Webpack 5, but I'm encountering the following compilation error:
webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.
How to properly configure Webpack 5 to resolve these missing polyfills?
I can't find any documentation or interface settings. I hope there will be clear parameter documentation.