-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
status:doneTask is completeTask is complete
Description
Summary
Rails 7 removed Webpacker. Workarea uses Sprockets 4 (landed in PR #740), but storefronts using Webpacker need a migration path.
Approach
- Audit current Webpacker usage in core/admin/storefront
- Document Sprockets 4 as the recommended path (already landed)
- For apps requiring modern JS tooling, document jsbundling-rails + esbuild integration
- Provide migration guide for Webpacker → Sprockets or Webpacker → jsbundling
Objective
Clear documentation for storefront apps on JS bundling post-Rails 7.
Client Impact
Informational. Clients on Webpacker need guidance before Rails 7 upgrade.
Acceptance Criteria
- Audit finds all Webpacker references (if any)
- Migration guide written: Webpacker → Sprockets 4
- Optional: jsbundling-rails integration guide
- Added to docs/rails7-migration-patterns/
Verification Plan
Review guide with a sample storefront app using Webpacker.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status:doneTask is completeTask is complete