I want to create a localized package using umijs and father as build tool. When I try to import the package into my main application (created with antd) it seems that the defined locales are missing as the main projects ConfigProvider does not look them up in the node_modules folder.
Are there any suggestions or workarounds for this issue?