Google has a compatibility script called PWACompat which allows older web browsers and, sometimes, IOS Safari versions to handle issues like OAuth2 login properly. I notice that this plugin optionally adds some Apple-specific tags into the html so perhaps it is covered.
PWACompat uses an href containing the name of the generated manifest..json file. Is it possible for an html-webpack-plugin template to contain an href which would automatically use the right file name?
Google has a compatibility script called PWACompat which allows older web browsers and, sometimes, IOS Safari versions to handle issues like OAuth2 login properly. I notice that this plugin optionally adds some Apple-specific tags into the html so perhaps it is covered.
PWACompat uses an href containing the name of the generated manifest..json file. Is it possible for an html-webpack-plugin template to contain an href which would automatically use the right file name?