symfony / webpack-encore-bundle

Symfony integration with Webpack Encore!
https://symfony.com/webpack-encore
MIT License
937 stars 83 forks source link

Stimulus 3 support? #148

Closed gremo closed 2 years ago

gremo commented 2 years ago

Can't get Stimulus 3 to work. When I .enableStimulusBridge('./assets/controllers.json') and require latest version (currently, 3) of Stimulus, an error occurred running yarn encore dev. It complains about installing stimulus.

Is Stimulus 3 supported?

maxhelias commented 2 years ago

Not yet, this is on progress, see :

gremo commented 2 years ago

Thanks

tgalopin commented 2 years ago

I just merged the PR. Stimulus 3 support will be released in Symfony UX 2.0 (coming soon).

gremo commented 2 years ago

Thank you so much! So I will be able to use Stimulus 3 starting from a new release of webpack-encore-bundle, right?