Note
The entire codebase is now TypeScript, and the package ships type definitions out of the box, so methods like enableSassLoader() and configureDevServerOptions() give you real autocompletion and validation for every option you pass in webpack.config.js.
Important
Reprise v0.6.0 reaches near feature-parity with Encore on both Vite and Rsbuild, including a migration guide that maps every Encore.* call to its equivalent. Active maintenance on Webpack Encore slows from here (mostly dependency updates and bug fixes), but Encore stays supported, and Reprise is the recommended path if you want to move to a modern setup.
What's Changed
- Introduce
UPGRADE.mdfile and reduce latestCHANGELOG.mdentries by @Kocal in #1501 - [CI] Pin actions to latest releases with version comments by @Kocal in #1518
- Bump the github-actions group across 1 directory with 2 updates by @dependabot[bot] in #1516
- Migrate project to TypeScript ✨ by @Kocal in #1503
- Add support for
webpack-dev-server^6.0.0 by @Kocal in #1523 - Recommend the project's package manager for missing dependency errors by @Amoifr in #1520
New Contributors
Full Changelog: v7.1.0...v7.2.0
Thanks to everyone who contributed to this release! 🙌
Update Encore in your project:
npm install @symfony/webpack-encore@latest --save-dev
pnpm add --save-dev @symfony/webpack-encore@latest
yarn add --dev @symfony/webpack-encore@latest