Skip to content

Commit 2319d50

Browse files
Promoting encore restart note
...cause it's somewhat counter-intuitive that restart is required even when `watch` is running.
1 parent d61fdbc commit 2319d50

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)