Fix import map insertion before modulepreload links (
e399c89)
Vite now recognizes <link rel="modulepreload"> tags whether or not they’re self-closing, so import maps are inserted in the right place. This avoids malformed HTML ordering in cases the previous regex missed.


