Replies: 1 comment 1 reply
-
You could add it to the public folder and serve it from there. Why would you need to import it like this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a python wheel and trying to serve it like a public asset to be used with pyodide. Ideally I could do this by importing it like a normal asset:
But this errors with:
Is there a way to add ".whl" extension to use the esbuild
file
loader so they get added topublic/build
like normal assets?Beta Was this translation helpful? Give feedback.
All reactions