Symfony Encore v4.0.0 Release Notes

  • 🚀 This major release makes Encore compatible with Yarn Plug'n'Play and pnpm.

    BC Breaks

    • The following dependencies must be added in your package.json: webpack webpack-cli @babel/core @babel/preset-env (#1142 and #1150): ```shell npm install webpack webpack-cli @babel/core @babel/preset-env --save-dev