Skip to content

Commit e557e50

Browse files
Update README.md
1 parent 3d0922c commit e557e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add the plugin to your webpack config as follows:
2929
```javascript
3030
plugins: [
3131
new HtmlWebpackPlugin(),
32-
new HtmlWebpackInlineSourcePlugin(HtmlWebpackPlugin)
32+
new HtmlWebpackInlineSourcePlugin()
3333
]
3434
```
3535
The above configuration will actually do nothing due to the configuration defaults.

0 commit comments

Comments
 (0)