Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

patch: add extension to relative imports to make the code work directly in a browser

Latest
Compare
Choose a tag to compare
@origamiserviceuser origamiserviceuser released this 04 Sep 15:20
· 40 commits to master since this release
add extension to relative imports to make the code work directly in a…

… browser

relative imports require the full path including the extension because browsers use the import name to make a network request and they do not implicitly add a .js file extension if one is missing