vite-plugin-minify
vite-plugin-minify copied to clipboard
manifest.json support
Is possible to have this also for manifest.json ?
Currently using transformIndexHtml hook, not support manifest.json.
Currently using
transformIndexHtmlhook, not supportmanifest.json.
Is there another way to do manifest.json then?
You can try to read dist/manifest.json, use buildEnd or closeBundle hook.
You can try to read
dist/manifest.json, use buildEnd or closeBundle hook.
idk if I will be able to, this is why I chose this