DEV Community

Discussion on: Going Buildless

Collapse
 
thepassle profile image
Pascal Schilp

Woah, thats awesome! I'll play with that and update the blog when I tried it out 😊

One thing to note is that I dont believe it's currently possible (in the Chrome implementation anyway) to load an import map as <script type="importmap" src="myImportMap.json"/>, though according to the spec something like this should be possible: github.com/WICG/import-maps#import...

Which may be a thing to document just in case.