Browser modules require special treatment in a form of a .js extension appended to all module references.
This is, of course, solvable via a server settings (automated redirect from no extension to .js extension), but this is a too complicated workaround for some situations.
Browser modules require special treatment in a form of a
.js
extension appended to all module references. This is, of course, solvable via a server settings (automated redirect from no extension to.js
extension), but this is a too complicated workaround for some situations.Node works fine with
.js
extensions too, btw.