| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 7.2.0 - The Now-With-Types Release source code.tar.gz | 2026-07-26 | 1.1 MB | |
| 7.2.0 - The Now-With-Types Release source code.zip | 2026-07-26 | 1.3 MB | |
| README.md | 2026-07-26 | 2.0 kB | |
| Totals: 3 Items | 2.4 MB | 0 | |
[!NOTE] The entire codebase is now TypeScript, and the package ships type definitions out of the box, so methods like
enableSassLoader()andconfigureDevServerOptions()give you real autocompletion and validation for every option you pass inwebpack.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 https://github.com/symfony/webpack-encore/pull/1501 - [CI] Pin actions to latest releases with version comments by @Kocal in https://github.com/symfony/webpack-encore/pull/1518
- Bump the github-actions group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/symfony/webpack-encore/pull/1516
- Migrate project to TypeScript ✨ by @Kocal in https://github.com/symfony/webpack-encore/pull/1503
- Add support for
webpack-dev-server^6.0.0 by @Kocal in https://github.com/symfony/webpack-encore/pull/1523 - Recommend the project's package manager for missing dependency errors by @Amoifr in https://github.com/symfony/webpack-encore/pull/1520
New Contributors
- @Amoifr made their first contribution in https://github.com/symfony/webpack-encore/pull/1520
Full Changelog: https://github.com/symfony/webpack-encore/compare/v7.1.0...v7.2.0
Thanks to everyone who contributed to this release! 🙌
Update Encore in your project:
:::bash
npm install @symfony/webpack-encore@latest --save-dev
pnpm add --save-dev @symfony/webpack-encore@latest
yarn add --dev @symfony/webpack-encore@latest