Flag of Ukraine
SymfonyCasts stands united with the people of Ukraine
Next Chapter

Challenge #1 of 1


Q: 

When you run Encore, it builds the final files into a public/build/ directory. Why do we use:

{{ encore_entry_script_tags('app') }}

instead of the simpler:

<script src="/build/app.js"></script>

userVoice