Hi there,
I have found a workaround maybe not the most elegant…I gathered the minified js libraries into the vendor folder and put that in my app.js
import Web3 from "../vendor/web3.min";
import WalletConnect from "../vendor/walletclient.min";
import WalletConnectQRCodeModal from "../vendor/qrcode-modal.min";
It works fine like that but f you find another solution, please let us know as with this one I need to manually update for new versions of the libraries…






















