No more gulp or bower for your AngularJS 1x project
- ES6 through Babel loader
- SCSS processor
- Source map for debugging
- Loading Base64 URL for optimizing images
- Ng-Annotate-Loader for annotating angular application
npm install
For development
npm start
For production
npm build
For testing
npm test
Reference from How to switch from Gulp to Webpack and Angular and Webpack for Modular Applications