Skip to content

Commit 46baead

Browse files
committed
Added a small note about Webpack server and Symfony server
1 parent de3b614 commit 46baead

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/encore/dev-server.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ by the normal `webpack-dev-server`_. For example:
2424
2525
This will start a server at ``https://localhost:9000``.
2626

27+
.. note::
28+
29+
This Webpack server is independent from
30+
:doc:`Symfony's development web server </setup/built_in_web_server>` and
31+
you need to run both separately.
32+
2733
Using dev-server inside a VM
2834
----------------------------
2935

0 commit comments

Comments
 (0)