[new-platform] create base new platform bundle #18875
Labels
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Part of #16253
Until we get #10908 we want a solution for working and shipping new-platform stuff in the UI. To get started we will create a new bundle in the optimizer dedicated for the new platform. This bundle will be loaded any time a
uiExports.app
is not found for an application, allowing it to find the application in the newPlatform bundle or render a 404 page.With this mechanism the server doesn't need to know about any plugin-provided apps, "legacy" applications can continue to exist in their current form, and we can start figuring out more new-platform stuff.
newPlatform
bundle in the optimizerThe text was updated successfully, but these errors were encountered: