Skip to content

Commit 1cfdad1

Browse files
committed
removing --hot option mention
1 parent c67c0d7 commit 1cfdad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/encore/vuejs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ Hot Module Replacement (HMR)
6565

6666
The ``vue-loader`` supports hot module replacement: just update your code and watch
6767
your Vue.js app update *without* a browser refresh! To activate it, use the
68-
``dev-server`` with the ``--hot`` option:
68+
``dev-server``:
6969

7070
.. code-block:: terminal
7171
72-
$ yarn encore dev-server --hot
72+
$ yarn encore dev-server
7373
7474
That's it! Change one of your ``.vue`` files and watch your browser update. But
7575
note: this does *not* currently work for *style* changes in a ``.vue`` file. Seeing

0 commit comments

Comments
 (0)