In reply to @jspm

JSPM

@jspm · Twitter ·

Module resolution in browsers is limited, and primarily supports direct relative file paths. There is no automatic path lookup or file extension support, which other module workflows often provide. For example, forgetting the file extension will give a 404 not found error.

Importing from "./another" without the .js file extension, gives a 404 not found error.