You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functionality by adding the `{inlineSource: 'regex string'}` option.
7
7
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.
9
9
10
10
Installation
11
11
------------
12
-
You must be running webpack on node 4 or higher
12
+
You must be running webpack on node 6 or higher.
13
13
14
14
Install the plugin with npm:
15
15
```shell
@@ -29,7 +29,7 @@ Add the plugin to your webpack config as follows:
0 commit comments