这是安装element-ui后,运行react后报的错(意思就是说没有找到‘react-hot-loader’这个模块,那我们就装上这个模块)

Module not found: Can't resolve 'react-hot-loader'

 

在控制台中

yarn add react-hot-loader@next --save

再次运行项目

相关文章: