bartlomieju / vite-deno-example

Example of using Vite with Deno

Home Page:https://vite-deno-example.deno.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove --node-modules-dir flag?

neezer opened this issue · comments

What would need to change about Vite/Deno to make this setup work without the --node-modules-dir flag?


Thanks for putting this together, btw. Super helpful! 👏

Vite would need to have a plugin that teaches Parcel how to resolve npm packages from the Deno cache.

Parcel? What uses Parcel in this setup?

Err, sorry... I meant rollup of course...

Haha, all good. Had me really confused there for a sec. 😅

@neezer if your interested in pushing this forward any help would be highly appreciated!