Makes webpack aware of AngularJS modules!
This project is just getting off the ground.
It is at the stage now where you can use it to get angular apps webpacked without needing require() in your code, but it does it by trying to map between angular module names and file names. The conventions for doing this are various, so it will not fit all cases. Please submit an issue on github if it isn't working for your modules and I'll try to iron out the wrinkles over time.
To see it in action, I've forked the angular-seed project
First release
Working well enough to build the angular-seed project.
Copyright (c) 2014 Paul Thomas. Licensed under the MIT license.
