This is an example of using webpack with an Angular project.
A full description and example of work you can see in the video lessons.
$ git clone https://github.com/Severenit/angular-webpack.git && cd angular-webpack
$ npm install
$ npm start
You can always get source code for lessons. You should open the terminal and enter next command:
$ git checkout -f step-[number-lessons]
The list of lessons:
'Angular + Webpack: Введение': $ git checkout -f step-1