widgets-demo icon indicating copy to clipboard operation
widgets-demo copied to clipboard

Create a version with Vite

Open rafinskipg opened this issue 1 year ago • 2 comments

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

rafinskipg avatar May 22 '23 06:05 rafinskipg

i use vite too and get an error with fonts.css

N3koSempai avatar Sep 12 '23 07:09 N3koSempai

i fixed it using this:

    resolve: {
      alias: {
        "~@fontsource/ibm-plex-mono": "@fontsource/ibm-plex-mono",
        "~@fontsource/inter": "@fontsource/inter",
      },
    },

beautyfree avatar Oct 24 '23 11:10 beautyfree