Webpack issues for modal and browser extension

Hi team

How are you?
I am having couple of issues in modal sdk (next & evm) and browser extension.
Here is the URL : web3auth-pnp-examples/web-modal-sdk/evm/nextjs-evm-modal-example at main · Web3Auth/web3auth-pnp-examples · GitHub
But having issues while compiling.

also, npx degit Web3Auth/web3auth-pnp-examples/web-modal-sdk/browser-extension/chrome-extension-modal-example w3a-modal-chrome-extension (from official doc)
this command will clone empty repo, I suppose browser extension.

When I clone from github manually, it is still having webpack issues even I followed instruction webpack troubleshoot from document.
Can’t resolve zLib in webpack even I add this in configuration-override.
It is blocking production build for chrome extension.
Look forward to hearing from you soon.

Best

Hi @dmtris.alex7, In a couple of days, we’re releasing a new major version of the modal SDK. There are no polyfill requirements in the new version, which would help to fix the Chrome extension build issue.

Hi @dmtris.alex7, we have released the latest version of the modal SDK.

Pls, follow this migration guide and checkout the updated pnp examples as well.

Thanks