We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b4c54 commit 5040e2dCopy full SHA for 5040e2d
readme.md
@@ -2,13 +2,11 @@
2
This is a webpack plugin that simplifies wrap HTML files to serve your webpack bundles.
3
Enhances html-webpack-plugin functionality by add `{before:"<!--before-->",after:"<!--after-->"}` option to allow you to wrap html content.
4
## install by npm
5
----
6
```npm
7
npm i --save-dev HtmlWebpackPlugin HtmlWebpackWrapHtmlPlugin
8
```
9
10
## Basic usage
11
12
Require the plugin in you webpack config:
13
```js
14
var HtmlWebpackPlugin = require('HtmlWebpackPlugin');
0 commit comments