widgets-demo
widgets-demo copied to clipboard
Create a version with Vite
We are using vite in our monorepo and tried bringing in the uniswap widget, without luck.
There's no clear information on how to compile this widget with Vite and it would be helpful.
Thanks
i use vite too and get an error with fonts.css
i fixed it using this:
resolve: {
alias: {
"~@fontsource/ibm-plex-mono": "@fontsource/ibm-plex-mono",
"~@fontsource/inter": "@fontsource/inter",
},
},