vite-plugin-minify icon indicating copy to clipboard operation
vite-plugin-minify copied to clipboard

manifest.json support

Open LoryPelli opened this issue 3 years ago • 4 comments

Is possible to have this also for manifest.json ?

LoryPelli avatar Dec 28 '22 18:12 LoryPelli

Currently using transformIndexHtml hook, not support manifest.json.

zhuweiyou avatar Dec 29 '22 02:12 zhuweiyou

Currently using transformIndexHtml hook, not support manifest.json.

Is there another way to do manifest.json then?

LoryPelli avatar Dec 29 '22 07:12 LoryPelli

You can try to read dist/manifest.json, use buildEnd or closeBundle hook.

zhuweiyou avatar Dec 29 '22 07:12 zhuweiyou

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

LoryPelli avatar Dec 29 '22 07:12 LoryPelli