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
#1430
Summary
Add a
Bundling with Rollupsection 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:
Proposed Changes
Bundling with Rollupsection in the publishing guidePR
#1430