# ngstarter-webpack-tasks

> Angular 2 Starter extension for Webpack build

Latest version **1.0.0-rc.1** (published 2016-05-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install ngstarter-webpack-tasks
pnpm add ngstarter-webpack-tasks
yarn add ngstarter-webpack-tasks
bun add ngstarter-webpack-tasks
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0-rc.1 |
| Published | 2016-05-25 |
| First published | 2016-05-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Antony Budianto |
| Maintainers | antonybudianto |
| Keywords | angular2, angular2starter, webpack, build |

## Links

- npm: https://www.npmjs.com/package/ngstarter-webpack-tasks
- Repository: https://github.com/ngstarter/ngstarter-webpack-tasks
- Homepage: https://github.com/ngstarter/ngstarter-webpack-tasks#readme
- Issues: https://github.com/ngstarter/ngstarter-webpack-tasks/issues
- npm.io page: https://npm.io/package/ngstarter-webpack-tasks

## Dependencies (1)

- [webpack-stream](https://npm.io/package/webpack-stream.md) ^3.2.0

## Alternatives

- [raw-loader](https://npm.io/package/raw-loader.md) — 4.3M weekly downloads
- [plop](https://npm.io/package/plop.md) — 1.4M weekly downloads
- [webpack-deadcode-plugin](https://npm.io/package/webpack-deadcode-plugin.md) — 80.3K weekly downloads
- [@storybook/preact-vite](https://npm.io/package/@storybook/preact-vite.md) — 54.2K weekly downloads
- [vite-plugin-transform](https://npm.io/package/vite-plugin-transform.md) — 2.4K weekly downloads

## Recent versions

- 1.0.0-rc.1 (latest) — 2016-05-25
- 1.0.0-rc.0 — 2016-05-21

## README

# ngstarter-webpack-tasks
Extends https://github.com/antonybudianto/angular2-starter to have Webpack build

[![npm version](https://badge.fury.io/js/ngstarter-webpack-tasks.svg)](https://badge.fury.io/js/ngstarter-webpack-tasks)

## Getting started
1. Copy `webpack.config.js` in this repo to the root of your starter.

2. Install the extension in your starter
    ```bash
    npm install ngstarter-webpack-tasks --save-dev
    ```

3. Go to `tasks/build.js` in your starter, require the extension
    ```js
    require('ngstarter-webpack-tasks');
    ```
    
    and then change `build-systemjs` to `build-webpack`
    ```js
    gulp.task('build', function (done) {
        runSequence('test', 'build-webpack', 'build-assets', done);
    });
    ```

4. Done! Try to build it!

## License
MIT

---
_Source: https://npm.io/package/ngstarter-webpack-tasks · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
