Ken Xu
Ken Xu
webpack config for development ```js { mode: 'development', devtool: 'inline-source-map', output: { path: '/Users/ken/Desktop/develop/MicroFE/emp-workspace/projects/antd-base/dist', filename: 'js/[name].[contenthash:8].js', publicPath: 'http://localhost:8003/' }, resolve: { alias: { src: '/Users/ken/Desktop/develop/MicroFE/emp-workspace/projects/antd-base/src' }, extensions: [ '.js', '.jsx',...
```json "@pmmmwh/react-refresh-webpack-plugin": "https://github.com/pmmmwh/react-refresh-webpack-plugin#main", ``` it no work for me https://github.com/module-federation/module-federation-examples/issues/138#issuecomment-654614565


+ `git clone https://github.com/efoxTeam/emp` + `lerna bootstrap` + `cd projects && yarn dev:hot` + change `https://github.com/efoxTeam/emp/blob/main/projects/demo1/src/bootstrap.tsx` & throw error
 Fixed cross domain issues, but page changed from hot to refresh

I found that there would be problems when project a was import into project B
`liveReload` is disabled  I found possible problems
mark