undertaker-wepback
Undertaker registry for creating Webpack projects.
Installation
npm install --save-dev undertaker-wepback
Usage
// gulpfile.js const WebpackRegistery = gulp
Then run the ui task from Gulp to compile.
gulp ui
To start up a Webpack Dev Server run:
gulp ui:server
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Todos
- Document advanced functionality.
- Add and document more presets.
- Add tests.
License
The MIT License (MIT)