In addition to individual recipes for feature implementation, it's often useful for folks at many levels of experience to see a framework wired up and functional with the plugin. This recipe combines a simple "Hello World" style AngularJS application with html-webpack-plugin and webpack-plugin-serve
.
This recipe leverages webpack-nano, a very tiny, very clean webpack CLI.
The source for the original code in this recipe is https://github.com/edc4it/webpack-intro-tutorial and is licensed under GNU GPL v3.0.