Skip to content

Svelte Support and Vue 2 Support Fix

Compare
Choose a tag to compare
@weaverryan weaverryan released this 17 Oct 13:30
· 56 commits to main since this release

Hey packagers!

This release adds first-class support for Svelte and fixes Vue 2 support, which was accidentally lost in version 4.0.

Upgrading

Run:

npm install "@symfony/webpack-encore@^4.1.0" --save-dev

Or:

yarn upgrade "@symfony/webpack-encore@^4.1.0"

Highlights

Features

Bug Fixes

  • Support for Vue 2 was accidentally dropped in 4.0.0, and was re-added - #1157 thanks to @Kocal.

Changes: v4.0.0..v4.1.0

Happy Packing!