Note
0.6.0 ships a "Migrating from Webpack Encore" guide that maps every Encore.* call to its Vite/Rsbuild or Reprise equivalent.
With this release, Reprise reaches near feature-parity with Webpack Encore on both Vite and Rsbuild. Just about all of Encore's core features are now covered: entrypoints/manifest, asset versioning, integrity hashes, file copy, the Stimulus bridge, dev server + HMR, CDN public paths, multiple builds, and per-call tag attributes
What's Changed
- [Twig] Add per-call attributes to the entry tag functions by @Kocal in #50
- [Twig] Add reprise_entry_exists() by @Kocal in #49
- [Asset] Reset asset state when an exception is handled by @Kocal in #48
- [Builds] Add support for multiple named builds by @Kocal in #51
- Bump the github-actions group with 3 updates by @dependabot[bot] in #46
- [CI] Stop grouping npm dependency updates into a single PR by @Kocal in #52
- [Docs] Add a migration guide from Webpack Encore by @Kocal in #58
- Bump oxfmt from 0.58.0 to 0.59.0 by @dependabot[bot] in #57
- Bump tsx from 4.23.0 to 4.23.1 by @dependabot[bot] in #56
- Bump oxlint from 1.73.0 to 1.74.0 by @dependabot[bot] in #53
- Bump @types/node from 26.1.0 to 26.1.1 by @dependabot[bot] in #54
- Bump tsdown from 0.22.3 to 0.22.9 by @dependabot[bot] in #55
New Contributors
- @dependabot[bot] made their first contribution in #46
Full Changelog: v0.5.0...v0.6.0