I try for the first time the Angular 2 CLI Tool and I want to know if there was a command to generate a single bundle.js file for an angular CLI project (also change the location of images and css to structure my project).
Structure when i create and config angular project
The problem is that I don't have access to the webpack.config. With an "ng eject" we get the file but we can no longer manage the project with the command line.
Someone knows if there is a command line or if there is a simplified webpack.config file that doesn't 400 line.