| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 7.1.0 - The _Wait, We Forgot Some Things_ Release source code.tar.gz | 2026-06-22 | 1.1 MB | |
| 7.1.0 - The _Wait, We Forgot Some Things_ Release source code.zip | 2026-06-22 | 1.3 MB | |
| README.md | 2026-06-22 | 1.4 kB | |
| Totals: 3 Items | 2.4 MB | 0 | |
[!NOTE] A small follow-up to 7.0.0: a few dependency updates didn't make it into that release, so 7.1.0 ships them now. You get support for sass-loader v17 (v16 still works),
@vue/babel-plugin-jsxbumped to v3,webpack-manifest-pluginrequiring at least v6.0.1, and JS/CSS minifier peer dependencies relaxed to optional with no version constraint. No upgrade steps needed for most projects, just bump and go.
What's Changed
- Update
@vue/babel-plugin-jsxfrom ^1.0.0 to ^3.0.0 by @Kocal in https://github.com/symfony/webpack-encore/pull/1497 - Update webpack-manifest-plugin to 6.0.1 by @Kocal in https://github.com/symfony/webpack-encore/pull/1495
- Relax the
peerDependenciesof the JS/CSS minifiers by @Kocal in https://github.com/symfony/webpack-encore/pull/1498 - Add support for sass-loader ^17.0.0 by @Kocal in https://github.com/symfony/webpack-encore/pull/1499
- Tweak CHANGELOG.md for StimulusBundle & ESM by @Kocal in https://github.com/symfony/webpack-encore/pull/1500
Full Changelog: https://github.com/symfony/webpack-encore/compare/v7.0.0...v7.1.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