ngstarter-webpack-tasks

1.0.0-rc.1 • Public • Published

ngstarter-webpack-tasks

Extends https://github.com/antonybudianto/angular2-starter to have Webpack build

npm version

Getting started

  1. Copy webpack.config.js in this repo to the root of your starter.

  2. Install the extension in your starter

    npm install ngstarter-webpack-tasks --save-dev
  3. Go to tasks/build.js in your starter, require the extension

    require('ngstarter-webpack-tasks');

    and then change build-systemjs to build-webpack

    gulp.task('build', function (done) {
        runSequence('test', 'build-webpack', 'build-assets', done);
    });
  4. Done! Try to build it!

License

MIT

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ngstarter-webpack-tasks

    Weekly Downloads

    1

    Version

    1.0.0-rc.1

    License

    MIT

    Last publish

    Collaborators

    • antonybudianto