Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ant-tool/webpack-plugin-example

webpack 插件模板
https://github.com/ant-tool/webpack-plugin-example

Last synced: 13 days ago
JSON representation

webpack 插件模板

Awesome Lists containing this project

README

        

# xxx-webpack-plugin

[![NPM version](https://img.shields.io/npm/v/xxx-webpack-plugin.svg?style=flat)](https://npmjs.org/package/xxx-webpack-plugin)
[![Build Status](https://img.shields.io/travis/ant-tool/xxx-webpack-plugin.svg?style=flat)](https://travis-ci.org/ant-tool/xxx-webpack-plugin)
[![Coverage Status](https://img.shields.io/coveralls/ant-tool/xxx-webpack-plugin.svg?style=flat)](https://coveralls.io/r/ant-tool/xxx-webpack-plugin)
[![NPM downloads](http://img.shields.io/npm/dm/xxx-webpack-plugin.svg?style=flat)](https://npmjs.org/package/xxx-webpack-plugin)
[![Dependency Status](https://david-dm.org/ant-tool/xxx-webpack-plugin.svg)](https://david-dm.org/ant-tool/xxx-webpack-plugin)

Webpack plugin for ...

## Features
* .....
* .....

## Installation

```bash
$ npm i --save xxx-webpack-plugin
```

## Usage

Add new plugin instance to your `webpack` config

```javascript
import XxxPlugin from 'xxx-webpack-plugin';

const compiler = webpack({
// ...
plugins: [
new XxxPlugin()
]
});
```

## Configuration
The plugin accepts the following options:

- option1
- option2
- option3

### License
MIT