Accessing http://localhost:/webpack-dev-server to show list of bundled files as the documentation describes:

- Operating System: Windows 10
- webpack Version: 5.21.2
- webpack-dev-server Version: 4.0.0-beta.0
// webpack.config.js
{
// ...
devServer: {
port: devServerPort,
hot: true,
compress: true,
static: [paths.appPublic],
transportMode: 'ws',
writeToDisk : true,
overlay: {
errors: true,
warnings: false,
},
historyApiFallback: {
disableDotRule: true,
},
}
}
Expected Behavior
Show list of files
Actual Behavior
Index html is served
Accessing http://localhost:/webpack-dev-server to show list of bundled files as the documentation describes:

Expected Behavior
Show list of files
Actual Behavior
Index html is served