weixiaoxi

Results 2 comments of weixiaoxi

> 是不是路径没配对啊。 应该是对的,我看html项目引进来了,但是[import-html-entry]: error occurs while executing entry script "报错,项目一直出不来

> 使用 `rescripts` 或者 `react-scripts-rewired` 或者 `eject` 后把所有 `hot reload` 相关配置消除就可以了,我这里用用的是 `react-scripts-rewired`, 亲测可行: > > ``` > module.exports = { > webpack: (config) => { > config.entry = config.entry.filter( >...