Skip to content

Allow new versions of sass, less, stylus and postcss loaders

Compare
Choose a tag to compare
@weaverryan weaverryan released this 12 Feb 02:18
· 363 commits to main since this release

Hi Webpackers!

This release allows you to use the newest version of 4 loaders without warnings:

  • Allow postcss-loader 5
  • Allow less-loader 8
  • Allow sass-loader 11
  • Allow stylus-loader 5

To upgrade:

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

Changes: https://github.com/symfony/webpack-encore/compare/v1.0.6..v1.1.0

Documentation: http://symfony.com/doc/current/frontend.html

Happy packing!