specifying base ./ or empty both produce ../../../../../ relative paths and not ./ #14193
davehorner
started this conversation in
General
Replies: 0 comments
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 looking at https://github.com/fdeantoni/rust-vite-svelte
I have tried setting the base to empty and ./ When I do so, I do not get ./ I get a long relative path with many levels.
The sample passes ./ as a cmd argument. I tried setting it in vite.config.js too. Why is it trying to resolve a relative path, I thought I was spec'ing ./
Beta Was this translation helpful? Give feedback.
All reactions