jaketrent / html-webpack-template

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

add support for inline-manifest-webpack-plugin #36

Closed williamboman closed 7 years ago

williamboman commented 7 years ago

Trying to implement long-term caching via code splitting. To get this to work, I need to print the manifest file. See https://twitter.com/kentcdodds/status/759078941206261761 for more info.

jaketrent commented 7 years ago

Hehe, I'm just gonna yolo on this one. I've never used this, and hope it works for you. I'll merge. You let me know how it works for you, please, @williamboman .

jaketrent commented 7 years ago

Now available in v5.5.0.

williamboman commented 7 years ago

Thanks @jaketrent! I'm not sure how common this way of doing it is, but it sure works for us :)!