<script src="https://domen.com/file.js" type="module"></script>
-- если самому вставить в header, все воркlet moduleScript = document.createElement('script');
moduleScript.src = 'https://domen.com/file.js';
moduleScript.type = 'module';
document.head.appendChild(moduleScript);