First off, I just want to say that Webpack is amazing!
Webpack 2 looks great, and tree shaking is really nice. But I can’t find anything on removing runtime overhead. That’s something that Rollup does nicely where it removes the need to a wrapping function around every module. It has a real impact on startup time when you have hundreds of modules or more.
Just wanted to see if this was on the roadmap?
It’s on the roadmap…
What is the roadmap entry listed as? I’m having trouble spotting it in the doc.