fable-ant-design icon indicating copy to clipboard operation
fable-ant-design copied to clipboard

Remove unnecessary dependencies from the library project

Open Zaid-Ajaj opened this issue 6 years ago • 0 comments

paket.references of Fable.Ant.Desgin contains too many dependencies that are not used in the library, only the consuming libraries like the docs applications.

Actual

FSharp.Core
Fable.Core
Fable.Elmish.React
Fable.Elmish.Browser
Fable.Elmish.Debugger
Fable.Elmish.HMR
dotnet-fable

Expected

FSharp.Core
Fable.Core
Fable.React

Zaid-Ajaj avatar May 08 '18 19:05 Zaid-Ajaj