We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67c0d7 commit 1cfdad1Copy full SHA for 1cfdad1
frontend/encore/vuejs.rst
@@ -65,11 +65,11 @@ Hot Module Replacement (HMR)
65
66
The ``vue-loader`` supports hot module replacement: just update your code and watch
67
your Vue.js app update *without* a browser refresh! To activate it, use the
68
-``dev-server`` with the ``--hot`` option:
+``dev-server``:
69
70
.. code-block:: terminal
71
72
- $ yarn encore dev-server --hot
+ $ yarn encore dev-server
73
74
That's it! Change one of your ``.vue`` files and watch your browser update. But
75
note: this does *not* currently work for *style* changes in a ``.vue`` file. Seeing
0 commit comments