-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Build New Platform Plugins #53532
Labels
Comments
Pinging @elastic/kibana-operations (Team:Operations) |
This was referenced Jan 22, 2020
46 tasks
@spalger I believe you can close this! |
Hi guys, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to get closer to only building plugins when running from source we need a tool to build new platform plugins that is totally decoupled from the legacy optimizer, and establishes conventions we want to reuse in the updated developer toolchain @tylersmalley is working on.
My plan is to build a package that just runs a number of webpack compilers and integrates into the existing CLI. Once everything has been migrated to the new platform this tool should be able to build all the front-end assets we need and we should be able to just delete the optimizer.
Planned features:
window.__kbnBundles__['plugin/${pluginId}']
Related to #42699
Related to #36186
Related to #43290
Related to #53555
The text was updated successfully, but these errors were encountered: