faceyspacey / webpack-flush-chunks

💩 server-to-client chunk discovery + transportation for Universal Rendering
MIT License
355 stars 33 forks source link

fix(xhtml): Fixed XHTML output compatiblity with "defer" attribute. #70

Closed swernerx closed 6 years ago

swernerx commented 6 years ago

When using this for XHTML documents the currently generated output is invalid XHTML which breaks our TV output right now. I changed the syntax by some detail to assign a value to it. Hopefully this finds its place into some release ASAP. Thanks :)

ScriptedAlchemy commented 6 years ago

Nice! Thanks. Ill merge this in later today