yezihaohao / react-admin

:sparkles: react-admin system solution : react 后台管理系统解决方案
https://admiring-dijkstra-34cb29.netlify.com/
MIT License
6.64k stars 1.87k forks source link

项目开发和生产依赖包位置不合理 #50

Closed jiucheng-front closed 6 years ago

jiucheng-front commented 6 years ago

package.json内:dependencies下都是生产环境的依赖,devDependencies下都是开发环境的依赖,你这有点凌乱啊,是故意为之还是?

richard2018 commented 6 years ago

react-admin对devDependencies和dependencies的依赖配置是不正确的。

jiucheng-front commented 6 years ago

@richard2018 不是太明白。能具體一點嗎?

yezihaohao commented 6 years ago

https://github.com/facebook/create-react-app/issues/4310

jiucheng-front commented 6 years ago

@yezihaohao 了解了~