Skip to content

Commit 1bef028

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

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()
43+
new HtmlWebpackInlineSourcePlugin(HtmlWebpackPlugin)
4444
]
4545
```
4646

0 commit comments

Comments
 (0)