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
Now I want to pass param {index: false} to express.static so that it looks like express.static(contentBase, {index: false}) to disable directory indexing, because it makes me feel inconvenient to access other html files under the directory.
Thank you!
The text was updated successfully, but these errors were encountered:
In https://github.com/webpack/webpack-dev-server/blob/master/lib/Server.js#L203,
Now I want to pass param
{index: false}
toexpress.static
so that it looks likeexpress.static(contentBase, {index: false})
to disable directory indexing, because it makes me feel inconvenient to access other html files under the directory.Thank you!
The text was updated successfully, but these errors were encountered: