Open
Description
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'