Replies: 1 comment 4 replies
-
The problem is the configuration file I am currently not aware of any way to work around this, maybe Nuxt offers a JS API that can be used like the Vite API. In that case you could do the same as with Vite build scripts. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use Nuxt 3 and Deno for a small project I'm working on, but I'm having problems with imports, so I wanted to try using this Vite Plugin, since Nuxt uses Vite to resolve imports.
The problem I'm having right now is that I need to tell Nuxt to use the vite plugin, which is easy enough, as shown here: Using Vite Plugins in Nuxt, but now I need to import the plugin which is a deno plugin, so I get back to the original problem...
I'd also like to add that I don't have much experience with web development, so excuse me if it's an easy solution.
Beta Was this translation helpful? Give feedback.
All reactions