Skip to content

Commit 25734d2

Browse files
shulardjaviereguiluz
authored andcommitted
Fix broken link to vue-loader documentation.
The page https://vue-loader.vuejs.org/en/configurations/advanced.html doesn't exist anymore, use that one instead: https://vue-loader.vuejs.org/options.html
1 parent 7e849aa commit 25734d2

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
@@ -27,7 +27,7 @@ also configure the `vue-loader options`_ via a callback:
2727
.. code-block:: javascript
2828
2929
.enableVueLoader(function(options) {
30-
// https://vue-loader.vuejs.org/en/configurations/advanced.html
30+
// https://vue-loader.vuejs.org/options.html
3131
3232
options.preLoaders = {
3333
js: '/path/to/custom/loader'
@@ -53,4 +53,4 @@ See :doc:`/frontend/encore/dev-server` for more details.
5353

5454
.. _`babel-preset-react`: https://babeljs.io/docs/plugins/preset-react/
5555
.. _`Vue.js`: https://vuejs.org/
56-
.. _`vue-loader options`: https://vue-loader.vuejs.org/en/configurations/advanced.html
56+
.. _`vue-loader options`: https://vue-loader.vuejs.org/options.html

0 commit comments

Comments
 (0)