Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing runtime overhead #2425

Closed
andersekdahl opened this issue May 1, 2016 · 3 comments
Closed

Removing runtime overhead #2425

andersekdahl opened this issue May 1, 2016 · 3 comments
Labels

Comments

@andersekdahl
Copy link

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?

@sokra
Copy link
Member

sokra commented May 2, 2016

It's on the roadmap...

@andersekdahl
Copy link
Author

Great to hear, thanks!

@jdalton
Copy link
Contributor

jdalton commented Aug 15, 2016

What is the roadmap entry listed as? I'm having trouble spotting it in the doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants