I am building a simple truffle dapp and was wondering how I can further reduce my bundle size using nuxt.
import { ethers } from 'ethers';
Like is there a way to import only the functions I need from the ethers to further reduce bundle size.
I am building a simple truffle dapp and was wondering how I can further reduce my bundle size using nuxt.
import { ethers } from 'ethers';
Like is there a way to import only the functions I need from the ethers to further reduce bundle size.