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-jsx bumped to v3, webpack-manifest-plugin requiring 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 #1497 - Update webpack-manifest-plugin to 6.0.1 by @Kocal in #1495
- Relax the
peerDependenciesof the JS/CSS minifiers by @Kocal in #1498 - Add support for sass-loader ^17.0.0 by @Kocal in #1499
- Tweak CHANGELOG.md for StimulusBundle & ESM by @Kocal in #1500
Full Changelog: v7.0.0...v7.1.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