<script type=”importmap”> Import Maps are pretty great! You get to write import thing from “place”; and then you get to map what you mean by “place”. You could map it to a file in your project somewhere, that way you’ve got one place to update it and update it everywhere that imports it. Or you […]