Are there any plans for official webpack support?
My use case: I'm embedding a Gea widget into an ecommerce theme (BigCommerce Stencil) that bundles with webpack. What I'm hoping for is something I can add to the webpack config, similar to how I've added React support to a Stencil theme before via @babel/preset-react.
One of the main reasons I'd want webpack integration specifically, rather than building the Gea app separately with Vite, is to share dependencies. The theme already bundles libraries like ky and @tanstack/query-core, and I'd like the Gea widget to reuse those from the same bundle instead of shipping duplicate copies.
Is this something on the roadmap, or something you'd consider supporting?
Are there any plans for official webpack support?
My use case: I'm embedding a Gea widget into an ecommerce theme (BigCommerce Stencil) that bundles with webpack. What I'm hoping for is something I can add to the webpack config, similar to how I've added React support to a Stencil theme before via
@babel/preset-react.One of the main reasons I'd want webpack integration specifically, rather than building the Gea app separately with Vite, is to share dependencies. The theme already bundles libraries like
kyand@tanstack/query-core, and I'd like the Gea widget to reuse those from the same bundle instead of shipping duplicate copies.Is this something on the roadmap, or something you'd consider supporting?