I\'m looking into webpack and also angular-cli, and even though angular-cli is supposed to use webpack, I can\'t see any webpack.config.js file when I create a new
webpack.config.js
You can use $ ng eject to generate webpack.config.js in the root folder of your project.