Skip to content

Fixing requirement on @symfony/stimulus-bridge/webpack-helper module

Compare
Choose a tag to compare
@weaverryan weaverryan released this 03 Dec 12:44
· 465 commits to main since this release

Hey Webpackers!

This release contains a bug fix for 0.32.0 where Encore would always require
the @symfony/stimulus-bridge/webpack-helper module, even if you were not
using the Stimulus helper.

To upgrade run:

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

Changes: v0.32.0..v0.32.1

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

Highlights:

  • Fixing a bug where the new Stimulus Bridge always required the
    @symfony/stimulus-bridge/webpack-helper module, even if you
    were not using this feature - #863 thanks to @Kocal