Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 插件模板
- Host: GitHub
- URL: https://github.com/ant-tool/webpack-plugin-example
- Owner: ant-tool
- Created: 2016-04-27T07:40:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T14:43:29.000Z (over 8 years ago)
- Last Synced: 2024-11-07T19:36:56.721Z (2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
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