I am working on an Angular2 application with large no of separate modules. I want to have separate bundle.js for each module instead of one.
I was able to do this before when separate config file for webpack was used but in new version of CLI there is no separate config file for webpack So how can I do it.