symfony / stimulus-bridge

Stimulus integration bridge for Symfony projects
https://symfony.com/ux
75 stars 15 forks source link

Generate the controllers virtual module as an ES module #1

Closed stof closed 3 years ago

stof commented 3 years ago

webpack restrict some optimizations to ES modules, bailing out for CommonJS. So using an ES module is better.

tgalopin commented 3 years ago

Thanks! Could you rebase your PR on main, as I added the CI on Pull Requests in the meantime?

stof commented 3 years ago

@tgalopin done

tgalopin commented 3 years ago

Thank you @stof.