Download Latest Version 7.2.0 - The Now-With-Types Release source code.zip (1.3 MB)
Email in envelope

Get an email when there's a new version of Webpack Encore

Home / v7.2.0
Name Modified Size InfoDownloads / 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() 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

New Contributors

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
Source: README.md, updated 2026-07-26