Skip to content

Commit 3e65983

Browse files
authored
Update the readme file
1 parent 12c4e15 commit 3e65983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Inline Source extension for the HTML Webpack Plugin
55
Enhances [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin)
66
functionality by adding the `{inlineSource: 'regex string'}` option.
77

8-
This is an extension plugin for the [webpack](http://webpack.github.io) plugin [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin). It allows you to embed javascript and css source inline.
8+
This is an extension plugin for the [webpack](http://webpack.github.io) plugin [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin) (version 4 or higher). It allows you to embed javascript and css source inline.
99

1010
Installation
1111
------------
12-
You must be running webpack on node 4 or higher
12+
You must be running webpack on node 6 or higher.
1313

1414
Install the plugin with npm:
1515
```shell
@@ -29,7 +29,7 @@ Add the plugin to your webpack config as follows:
2929
```javascript
3030
plugins: [
3131
new HtmlWebpackPlugin(),
32-
new HtmlWebpackInlineSourcePlugin()
32+
new HtmlWebpackInlineSourcePlugin(HtmlWebpackPlugin)
3333
]
3434
```
3535
The above configuration will actually do nothing due to the configuration defaults.

0 commit comments

Comments
 (0)