-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Plugin generator translations and external deps #56652
Comments
Pinging @elastic/kibana-app-arch (Team:AppArch) |
I would also like to add that with #55281 we removed the ability for 3rd party plugins to be able to build themselves. This previously was part of the package.json build script which used the plugin-helpers. |
Is it currently possible to add external dependencies to 3rd party NP plugins? |
Yes, you can install as many packages from npm as you like. They should be included in the 3rd party plugin's downloaded archive because Kibana doesn't install them when your plugin is installed (to support offline install) |
Follow up for #55281
The following features should be re-introduced into the new plugin generator
package.json
and support adding external deps.Prior to Update plugin generator to generate NP plugins #55281, quite a lot of things were defined in the package.json, making the genration. What should be the minimal deps in that package.json file? @joshdover
The text was updated successfully, but these errors were encountered: