-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Description
Summary
Add a Bundling with Rollup
section to the publishing guide.
Details
The publishing guide currently explains how to publish packages but does not cover bundling. Adding a section on bundling (e.g., using Rollup) would help devs understand how to:
- Combine compiled files into distributable formats (e.g., ES modules)
- Ensure Lit components are optimized for browser consumption
- Prepare packages for publishing in a consistent way
Proposed Changes
- Add
Bundling with Rollup
section in the publishing guide- Include examples of configuration and minimal setup
PR
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status