reports an error when using vite to build in a browser environment.
const tx = new bitcore.Transaction().from(utxos).to(toAddress, (transaction.amount)).change(User.doge_address).fee(fee)
It works fine in the vite development service, but an error occurs after building:
