Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug on Vite #593

Open
GolfredoPerezFernandez opened this issue Jun 7, 2023 · 1 comment
Open

Bug on Vite #593

GolfredoPerezFernandez opened this issue Jun 7, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@GolfredoPerezFernandez
Copy link

Bug Description
Internal server error: Failed to find '~@fontsource/ibm-plex-mono/400.css'
in [
D:/Github/novawars/node_modules/@uniswap/widgets/dist
]

image

@GolfredoPerezFernandez GolfredoPerezFernandez added the bug Something isn't working label Jun 7, 2023
@beautyfree
Copy link

i fixed it using this:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants