Skip to content

Commit ced4c53

Browse files
authored
Update README.md
HtmlWebpackInlineSourcePlugin does not have any arguments in the constructor.
1 parent 4a101f4 commit ced4c53

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
@@ -40,7 +40,7 @@ plugins: [
4040
new HtmlWebpackPlugin({
4141
inlineSource: '.(js|css)$' // embed all javascript and css inline
4242
}),
43-
new HtmlWebpackInlineSourcePlugin(HtmlWebpackPlugin)
43+
new HtmlWebpackInlineSourcePlugin()
4444
]
4545
```
4646

0 commit comments

Comments
 (0)