Webpack chunk and multiple entry point

Hello everybody!!

I’m a beginner with meteor, and my first impression is very good!
Anyway, in production I would like chunk or have multiple entry point, because the bundle is too
big and we can’t separate admin part …

With meteor:webpack, on https://github.com/djhi/my-nutrition project I can get this behavior in dev mode by mixin it with react-router-proxy-loader but chunks are concat in production mode …

Do you have some advice to keep what webpack produce in production please ?

Best regards,

Alexandre

I find a way to do it at

this sample produce chunk js for each module with webpack.

I made a upgrade of this repository with meteor 1.3 and webpack:webpack 1.