First, I want to acknowledge the existence of this question:
However, you'll notice that, despite the title, the accepted answer is one using Sencha Cmd :).
With that out of the way, I have an existing application where I would like to make use of one or two Ext 6 components. This application will not be a "Sencha Ext JS application" in the sense that it was not initially built out with Cmd and I have no intention of refactoring to make use of Cmd. In fact, I would prefer that Cmd not be part of my build process if at all possible.
Is there a supported pathway to cherry-picking Ext 6 components for a non "Ext JS application"? With e.g. Ext 4 and earlier you could just include ext-all-debug.[js|css]
and get going. It was also possible to generate a lean file for production using just the source files necessary without necessarily using Cmd.