jaketrent / html-webpack-template

a better default template for html-webpack-plugin
MIT License
830 stars 139 forks source link

Add safari options to template #54

Closed doches closed 6 years ago

doches commented 7 years ago

This PR adds two options for configuring iOS' Safari save-to-desktop feature, implemented in the template via an optional safari property on the existing options object.

AndersDJohnson commented 6 years ago

@doches Thanks to @holyfirexx's #62 implementing my #51, you can now inject custom HTML, which you may be able to use for you custom Safari <meta> tags.

jaketrent commented 6 years ago

Yes, I think I agree. Thanks for pointing that out, Anders . I think the injected snippets should cover this. Closing for now. Reopen if you see another need.