https://github.com/ant-tool/webpack-plugin-example
webpack 插件模板
https://github.com/ant-tool/webpack-plugin-example
Last synced: 4 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T14:43:29.000Z (about 9 years ago)
- Last Synced: 2025-05-21T01:37:37.608Z (about 2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
Awesome Lists containing this project
README
# xxx-webpack-plugin
[](https://npmjs.org/package/xxx-webpack-plugin)
[](https://travis-ci.org/ant-tool/xxx-webpack-plugin)
[](https://coveralls.io/r/ant-tool/xxx-webpack-plugin)
[](https://npmjs.org/package/xxx-webpack-plugin)
[](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