[Suggestion] Webpack Support
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Research direction
The request names webpack configuration, Vite, BigCommerce Stencil, and shared dependencies such as ky and @tanstack/query-core, but no repository files or tests. Start by examining the existing build configuration and integration points, then define how dependency sharing and webpack support would be validated. Done requires an agreed implementation scope and a working example in a Stencil theme.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, vite, webpack
- Domain
- build-system, frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100