resolvePath output should be prefixed with kit.paths.base #10282
Labels
breaking change
feature / enhancement
New feature or request
needs-decision
Not sure if we want to do this yet, also design work needed
paths.base
bugs relating to `config.kit.paths.base`
Milestone
Describe the bug
The current output of
resolvePath
is not prefixed with the app's base path, making it a hassle to use with a custom base.Reproduction
kit.paths.base
insvelte.config.js
resolvePath()
Logs
No response
System Info
Severity
annoyance
Additional Information
I'm aware this would introduce a technically breaking change, so perhaps this should be exported as a separate function, or added as a flags to
resolvePath
to preserve current behavior.The text was updated successfully, but these errors were encountered: