Challenge 1 / 1
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>
Skip challenges and go to theNext Chapter