Webpack as module bundler

I just came across webpack, it takes modules with dependencies and generates static assets representing those modules.
Ref: http://webpack.github.io/docs/what-is-webpack.html

Is there any way frappe framework can be benefited with it?

Can you suggest how? Seems like you have to build it “their-way”