Hi,
Thank you for the work on webpack-external-import.
I have a question, is it possible to have child components of an interleaved component automatically available to the container application.
If we changed the vendor application to import another local component like this:

Would we have to expose Title3 as interleaved as well, or is there a way to automatically expose Title3?
Hi,
Thank you for the work on
webpack-external-import.I have a question, is it possible to have child components of an interleaved component automatically available to the container application.
If we changed the vendor application to import another local component like this:
Would we have to expose
Title3as interleaved as well, or is there a way to automatically exposeTitle3?