Raiondesu / eventhoven

Event manager that composes events effortlessly 🎵
https://www.npmjs.com/package/eventhoven
MIT License
5 stars 1 forks source link

Support browser modules #8

Closed Raiondesu closed 5 years ago

Raiondesu commented 5 years ago

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.