nomodule

ref- https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement/noModule

<!-- 모던 브라우저용 -->
<script type="module" src="modern.js"></script>

<!-- 레거시 브라우저용 -->
<script nomodule src="legacy.js"></script>