Skip to content

Commit b1a3df1

Browse files
ShadyStegoSpaceK33z
authored andcommitted
Update README.md (#110)
publicPath option should be stated as required (instead of optional), as stated on the webpack docs: https://webpack.github.io/docs/webpack-dev-middleware.html
1 parent 024ac8b commit b1a3df1

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
@@ -35,7 +35,7 @@ app.use(webpackMiddleware(webpack({
3535
// but it will work with other paths too.
3636
}
3737
}), {
38-
// all options optional
38+
// publicPath is required, whereas all other options are optional
3939

4040
noInfo: false,
4141
// display no info to console (only warnings and errors)

0 commit comments

Comments
 (0)