Closed sshrshnv closed 7 years ago
I just copied what webpack was doing when they inject dynamic imports.
I'm not sure charset and type will make much difference removing them. As for preload
, that also seems irrelevant since these links are only added to the page after initial load:
https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content
I could be wrong though.
@faceyspacey what about remove
charset
andtype
attributes forlink
andscript
tags? They are not needed for html5. And it's good to addpreload