Hacker News new | past | comments | ask | show | jobs | submit login

This is fantastic - exactly what I've been looking for but didn't know I was looking for it! I've been re-importing libraries by doing something weird like: `import './three.js'; export default window.Three;` so I can use it as a normal module.

I love not having to use build tools for my personal projects anymore - everything feels so light and "old school". Here's my Minecraft-ish clone in native modules and WebGL2: https://github.com/mrspeaker/webgl2-voxels. No dot files, nothin' to build... just view source!




I had a similar feeling. ES modules really are a refreshing experience.


That's a really neat project! Thanks for sharing


Indeed, thumbs up. This should be a post of its own.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: