Replies: 2 comments
-
This is almost the same problem as #17043 - I suggest to continue there. The steps to proceed would be similar to what's described in the issue - shell out to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for pointing me to that thread! I'm going to watch that one and comment with any progress I make on my end. I found out that the goal involves 2 steps:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to work on what's needed to make Deno URL imports work inside a Vite frontend project (TS files in particular).
I'm successfully using Deno + Vite with a Vue TS project but the Deno imports work only inside the
vite.config.mjs
, and also only for the purpose of exposing packages installed through the NPM layer (likevue
andvue-router
as shown in https://deno.com/blog/frameworks-with-npm#vue).Right now I'm looking into rollup's plugin system as I think one might be needed, but not sure how to connect Deno import system with it and how to make typings work.
Any guidance or suggestion about where to start would very appreciated ✌️
Beta Was this translation helpful? Give feedback.
All reactions