You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the admin build of strapi-plugin-navigation includes the entire lodash dependency. I think this related to some kind of configuration in @strapi/sdk-plugin and/or @strapi/pack-up.
What version of
@strapi/sdk-plugin
are you using?What's Wrong?
I noticed that the admin build of strapi-plugin-navigation includes the entire lodash dependency. I think this related to some kind of configuration in @strapi/sdk-plugin and/or @strapi/pack-up.
See VirtusLab-Open-Source/strapi-plugin-navigation#509 for more discussion.
To Reproduce
yarn
+yarn build
(which usesstrapi-plugin build
)dist/admin/index.js
anddist/admin/index.mjs
contain the source of the lodash dependency.Expected Behaviour
All dependencies should be external.
The text was updated successfully, but these errors were encountered: