Hacker News new | ask | show | jobs
by chrshawkes 2366 days ago
I'll definitely check this out. One of the issues I ran into with ES6 module importing was the dependencies of dependencies which didn't have ES6 importing options. So, I found myself editing source code for dependencies which couldn't be imported. Web development should be moving into this direction in my opinion. I hope the project works.

Webpack does more than just module importing though. Tree shaking, minification, uglifying, compiling SASS and a lot more.