1.0.0-rc.1 • Published 9 years ago
ngstarter-webpack-tasks v1.0.0-rc.1
ngstarter-webpack-tasks
Extends https://github.com/antonybudianto/angular2-starter to have Webpack build
Getting started
Copy
webpack.config.jsin this repo to the root of your starter.Install the extension in your starter
npm install ngstarter-webpack-tasks --save-devGo to
tasks/build.jsin your starter, require the extensionrequire('ngstarter-webpack-tasks');and then change
build-systemjstobuild-webpackgulp.task('build', function (done) { runSequence('test', 'build-webpack', 'build-assets', done); });Done! Try to build it!
License
MIT
1.0.0-rc.1
9 years ago
1.0.0-rc.0
9 years ago