I would like to use the new version of Webpack encore to have access to all the new features it offers. however after following the steps in the official guide I can't make it to work and I get Unknown "encore_entry_link_tags" function
What I did:
- Update my php version to match requierement of Webpack encore bundle (>7.1.9)
- run
composer require symfony/webpack-encore-bundle - update the version of encore on the package.json 0.21.0
- run
npm install --save-dev - clear cache
I'm not sure why this is not working. Any suggestion would be appreciated.