Ken Xu

Results 107 comments of 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",

![image](https://user-images.githubusercontent.com/3890513/85936957-fdc05d80-b931-11ea-85cb-5a96251ec234.png) 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...

![image](https://user-images.githubusercontent.com/3890513/85984687-1a38c480-ba1c-11ea-991d-6e3cc0f53aaf.png)

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

![image](https://user-images.githubusercontent.com/3890513/86000639-5ed65700-ba40-11ea-9aeb-2c0684979cc4.png) when remove exposes it work!

![image](https://user-images.githubusercontent.com/3890513/86001050-ecb24200-ba40-11ea-8bf9-27150d7cf1d1.png)

![image](https://user-images.githubusercontent.com/3890513/86080808-50cb1980-bac6-11ea-90ed-f22b32ae34bc.png) no work also!

> go to beta 20 There are the same problems