Skip to content

Commit 5040e2d

Browse files
authored
Update readme.md
1 parent 08b4c54 commit 5040e2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
This is a webpack plugin that simplifies wrap HTML files to serve your webpack bundles.
33
Enhances html-webpack-plugin functionality by add `{before:"<!--before-->",after:"<!--after-->"}` option to allow you to wrap html content.
44
## install by npm
5-
---
65
```npm
76
npm i --save-dev HtmlWebpackPlugin HtmlWebpackWrapHtmlPlugin
87
```
98

109
## Basic usage
11-
---
1210
Require the plugin in you webpack config:
1311
```js
1412
var HtmlWebpackPlugin = require('HtmlWebpackPlugin');

0 commit comments

Comments
 (0)