Symfony UX: Stimulus
Setting up Webpack Encore
  Unlock this challenge
Login Register

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

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.