ngstarter-webpack-tasks
v1.0.0-rc.1
Published
Angular 2 Starter extension for Webpack build
Downloads
1
Maintainers
Readme
ngstarter-webpack-tasks
Extends https://github.com/antonybudianto/angular2-starter to have Webpack build
Getting started
Copy
webpack.config.js
in this repo to the root of your starter.Install the extension in your starter
npm install ngstarter-webpack-tasks --save-dev
Go to
tasks/build.js
in your starter, require the extensionrequire('ngstarter-webpack-tasks');
and then change
build-systemjs
tobuild-webpack
gulp.task('build', function (done) { runSequence('test', 'build-webpack', 'build-assets', done); });
Done! Try to build it!
License
MIT