Daemon-Technologies / Mining-Bot

26 stars 14 forks source link

Move umijs dependencies from dev to main ones #79

Closed LNow closed 3 years ago

LNow commented 3 years ago

umijs packages are not dev only dependencies, they are required no matter what. Moving them to list of main dependencies will enable us to run yarn install --prod and as a results size of all packages required to run bot correctly will be reduced from 1.7G to ~873M

gzelda commented 3 years ago

The umi related libs are not necessary for product environment. I refer to the https://github.com/ant-design/ant-design-pro/blob/master/package.json @LNow