favicons
favicons copied to clipboard
Disabling manifest still inject manifest in html
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?
output
option is kinda a low-level one. You probably need to disable generation icons for android
instead.