8000 GitHub - lzhengms/html-webpack-plugin-before-html-processing: html-webpack-plugin-before-html-processing
[go: up one dir, main page]

Skip to content

lzhengms/html-webpack-plugin-before-html-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

HTML Webpack Plugin

Installation

Install the plugin with npm:

$ npm install html-webpack-beforehtml-plugin --save-dev

Usage:

Then in `webpack.config.js`

```javascript
plugins: [
   // css: false标识不注入提取的css
  new beforeHtmlPlugin({css: false})
]

Note that the callback must be passed the htmlPluginData in order to pass this onto any other plugins listening on the same html-webpack-plugin-before-html-processing event.

License

This project is licensed under MIT.

About

html-webpack-plugin-before-html-processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0