itgalaxy / favicons

Favicons generator for Node.js
MIT License
1.19k stars 165 forks source link

Disabling manifest still inject manifest in html #444

Open ElamuruganGR opened 10 months ago

ElamuruganGR commented 10 months ago

Eventhough if i use the below option to disable manifest.webmanifest filegeneration, it still adds the manifest injection code in html.

options: { output: { files: false, } } Shall i create a PR to ignore the manifest html linking when files is false?

andy128k commented 10 months ago

output option is kinda a low-level one. You probably need to disable generation icons for android instead.