-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Can't build strapi admin panel anymore #378
Comments
The issue is likely on this import strapi-plugin-translate/plugin/admin/src/components/CMEditViewTranslateLocale/index.js Line 51 in 60b42c5
|
Hey guys, |
…om plugin-i18n The i18n plugin has added the "exports" field to its package.json file, preventing direct import of some utilities that need here. Instead of the import, the needed functions are now added here directly with some minor modifications fix #378
## [1.2.4](https://github.com/Fekide/strapi-plugin-translate/compare/[email protected]@1.2.4) (2023-11-19) ### Bug Fixes * **admin:** fix admin panel failing to build due to direct imports from plugin-i18n ([8afb7ba](8afb7ba)), closes [#378](#378)
## [1.1.12](https://github.com/fekide/strapi-plugin-translate/compare/strapi-provider-translate-deepl@[email protected]) (2023-11-19) ### Bug Fixes * **admin:** fix admin panel failing to build due to direct imports from plugin-i18n ([8afb7ba](8afb7ba)), closes [#378](#378)
🎉 This issue has been resolved in version 1.0.11 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.2.4 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.1.12 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
…om plugin-i18n The i18n plugin has added the "exports" field to its package.json file, preventing direct import of some utilities that need here. Instead of the import, the needed functions are now added here directly with some minor modifications fix Fekide#378
## [1.2.4](https://github.com/Fekide/strapi-plugin-translate/compare/[email protected]@1.2.4) (2023-11-19) ### Bug Fixes * **admin:** fix admin panel failing to build due to direct imports from plugin-i18n ([8afb7ba](Fekide@8afb7ba)), closes [Fekide#378](Fekide#378)
Describe the bug
Opened issue #18711
To Reproduce
Steps to reproduce the behavior:
Git repository: link
Stackblitz: link
System:
Ubuntu 22.04.3 LTS
node: v18.17.1
npm: v9.6.7
Plugin config
Please add your plugin config here, e.g.
The text was updated successfully, but these errors were encountered: