Skip to content

ant-tool/webpack-plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xxx-webpack-plugin

NPM version Build Status Coverage Status NPM downloads Dependency Status

Webpack plugin for ...

Features

  • .....
  • .....

Installation

$ npm i --save xxx-webpack-plugin

Usage

Add new plugin instance to your webpack config

  import XxxPlugin from 'xxx-webpack-plugin';

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

Configuration

The plugin accepts the following options:

  • option1
  • option2
  • option3

License

MIT

About

webpack 插件模板

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published