How can I set publicPath to auto #251
Labels
COMMUNITY: PR is welcomed
We think it's a good feature to have but would love for the community to help with the PR for it
good first issue
Good for newcomers
The generation rule for publicPath in pluginMFManifest is to set it to auto only when base is empty
vite/src/plugins/pluginMFManifest.ts
Line 104 in 665233d
But the default value of vite's base option is '/', and when I set base to empty, vite overrides it to the default value '/'
There seems to be no way to set the value of publicPath to 'auto'
The text was updated successfully, but these errors were encountered: