ra-i18n-i18next
does not produce a dist
folder when installing
#9601
Labels
ra-i18n-i18next
does not produce a dist
folder when installing
#9601
What you were expecting:
Installing
ra-i18n-i18next
would install the package and have it ready to be used.What happened instead:
ra-i18n-i18next
is installed; however, the package does not build automatically, leaving only the source files, and nothing that can actually be imported.Steps to reproduce:
npm init
oryarn init
)ra-i18n-i18next
node_modules
Related code:
See the following sandbox - package was installed, but imports fail. As you can see by the
TestComponent
, it's not just a typescript issue; the project cannot run the packaged correctly.https://stackblitz.com/edit/github-ijmaub?file=src%2Findex.tsx
The text was updated successfully, but these errors were encountered: