gilbsgilbs / babel-plugin-i18next-extract

Babel plugin that statically extracts i18next and react-i18next translation keys.
https://i18next-extract.netlify.com
MIT License
161 stars 37 forks source link

[BUG][0.9.1] Latest Release Packaging is broken? #260

Closed yoroshikun closed 1 year ago

yoroshikun commented 1 year ago

Describe the bug

Thank you for your work on this library, however lately i have found that upgrading to the latest version seems to break the module? It looks like the latest release was not built correctly? 0.9.1. as the package contains all the source code etc.

How to reproduce

Upgrade to 0.9.1

Expected behavior

No issues with file structure. Like so 0.9.0

image

What actually happens

File structure becomes this.

image

Additional context

This i feel is urgent as it breaks all usage of the package. @gilbsgilbs 🙇

gilbsgilbs commented 1 year ago

Thanks for the report, that's my bad. Just published 0.9.2 to fix this, tell me if that works better.

yoroshikun commented 1 year ago

Works great, thank you!