ElemeFE / element-react

Element UI
https://elemefe.github.io/element-react/index
MIT License
2.83k stars 444 forks source link

Cannot find module 'react-hot-loader' #1099

Closed Angry-Sparrow closed 3 years ago

Angry-Sparrow commented 3 years ago

我用 create-react-app 创建的项目

刚按照官方教程 npm i element-react --save 安装上 element-react

import { Button } from 'element-react' 就报这个错误。

Angry-Sparrow commented 3 years ago

我安装 npm install react-hot-loader 后解决了这个问题。

但是不知道为什么天然不支持。