Ken Xu
Ken Xu
> There is a holdover solution for people waiting on this feature to be implemented into webpack-dev-server. The way create-react-app does it is with a react-dev-utils script called openBrowser. Importing...
webpack: 5 beta 18 plugin version: "@pmmmwh/react-refresh-webpack-plugin": "^0.4.0-beta.5", "react-refresh": "^0.8.3",
 update =>"@pmmmwh/react-refresh-webpack-plugin": "^0.4.0-beta.6" use module federation
> Did you include the `webpack.HotModuleReplacementPlugin` in your Webpack configuration? If not, this plugin won't work. > > With `webpack-dev-server` you can use either of the `hot`/`hotOnly` options, and with...

no work for me! ``` devServer module.exports = { devServer: { host: 'localhost', port: 8000, disableHostCheck: true, historyApiFallback: true, hot: true, stats: { colors: true, }, }, } // module...
 when remove exposes it work!

 no work also!
> go to beta 20 There are the same problems