Skip to content

Commit 3c7e50a

Browse files
committed
minor #17277 Promoting encore restart note (ThomasLandauer)
This PR was merged into the 4.4 branch. Discussion ---------- Promoting encore restart note ...cause it's somewhat counter-intuitive that restart is required even when `watch` is running. Commits ------- 2319d50 Promoting encore restart note
2 parents 23aed78 + 2319d50 commit 3c7e50a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/encore/simple-example.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ All of these commands - e.g. ``dev`` or ``watch`` - are shortcuts that are defin
8585
in your ``package.json`` file. If you use the npm package manager, replace ``yarn``
8686
with ``npm run``.
8787

88-
.. note::
88+
.. caution::
8989

90-
Stop and restart ``encore`` each time you update your ``webpack.config.js`` file.
90+
Whenever you make changes in your ``webpack.config.js`` file, you need to stop and restart ``encore``.
9191

9292
Congrats! You now have three new files:
9393

0 commit comments

Comments
 (0)