When the modulepreload feature is served from HTTP Link header,
it will fetch a modulepreload module script graph, which will in turn disallow further import maps, that will make import maps won't be parsed at all, see Prepare the script element, step 32.
Latest HTML spec commit: d67f8f7
This will make import maps totally useless if the modulepreload is served from HTTP Link header.