favicons icon indicating copy to clipboard operation
favicons copied to clipboard

Disabling manifest still inject manifest in html

Open ElamuruganGR opened this issue 1 year ago • 1 comments

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?

ElamuruganGR avatar Nov 14 '23 14:11 ElamuruganGR

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

andy128k avatar Nov 15 '23 13:11 andy128k