Skip to content

Commit c9aa1d2

Browse files
committed
minor symfony#9839 Added a small note about Webpack server and Symfony server (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Added a small note about Webpack server and Symfony server This fixes symfony#9331. Commits ------- 46baead Added a small note about Webpack server and Symfony server
2 parents de3b614 + 46baead commit c9aa1d2

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)