Hi!
Thanks for this plugin!
It looks like Chrome (probably other browsers too) have issues with the combination of SRI and <link rel="preload">
You might want to put in the notes that this, combined with /* webpackPreload: "true" */ of lazy chunks will break the preloading mechanism until <link rel="preload"> also supports SRI:
w3c/preload#127
For us, that means disabling this plugin for now, since we need to be able to preload the lazy chunks for performance reasons as to not have a double-fetch for a resource.
Hi!
Thanks for this plugin!
It looks like Chrome (probably other browsers too) have issues with the combination of SRI and
<link rel="preload">You might want to put in the notes that this, combined with
/* webpackPreload: "true" */of lazy chunks will break the preloading mechanism until<link rel="preload">also supports SRI:w3c/preload#127
For us, that means disabling this plugin for now, since we need to be able to preload the lazy chunks for performance reasons as to not have a double-fetch for a resource.