8000 minor #10042 [Encore] Fix vue-loader installation (dunglas) · symfony/symfony-docs@9470788 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9470788

Browse files
committed
minor #10042 [Encore] Fix vue-loader installation (dunglas)
This PR was merged into the 3.4 branch. Discussion ---------- [Encore] Fix vue-loader installation Encore isn't compatible yet with `vue-loader` 15 (symfony/webpack-encore#311). It leads to a broken install with a non-obvious error message. In the meantime, we should hint users to install v14. Commits ------- c48e4b4 [Encore] Fix vue-loader installation
2 parents 556329c + c48e4b4 commit 9470788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/vuejs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Want to use `Vue.js`_? No problem! First, install Vue and some dependencies:
55

66
.. code-block:: terminal
77
8-
$ yarn add --dev vue vue-loader vue-template-compiler
8+
$ yarn add --dev vue vue-loader@^14 vue-template-compiler
99
1010
Then, activate the ``vue-loader`` in ``webpack.config.js``:
1111

0 commit comments

Comments
 (0)
0