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?
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?