The following route works great and displays the AdministratePage component:
Howe
Slash looks useless here
filename: '/bundle.js'
Also try to define publicPath
output: { filename: 'bundle.js', path: path.resolve('dist'), publicPath: '/', },
https://webpack.js.org/guides/public-path/