fullpipe / twig-webpack-extension

Inject your webpack entry points into twig templates with easy.
MIT License
51 stars 14 forks source link

What's the difference between this package and symfony/webpack-endore-bundle? #34

Closed marcin-pragmagotech closed 5 months ago

marcin-pragmagotech commented 2 years ago

What's the difference between this package and symfony/webpack-endore-bundle?

bc-0dp commented 1 year ago

symfony/webpack-encore-bundle has twigs tags, and they are not supported outside symfony. Where this can be used anywhere you use twig.

...At least I came here because I couldn't get encore's twig tags to work in my SLIM application

fullpipe commented 1 year ago

Hello! @bc-0dp is absolutely right. webpack-encore-bundle is not easy to use without symfony ecosystem