Skip to content

Commit cb8ebdb

Browse files
committed
minor #10012 Fix broken link to vue-loader documentation. (shulard)
This PR was submitted for the 4.1 branch but it was merged into the 3.4 branch instead (closes #10012). Discussion ---------- 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 Commits ------- 25734d2 Fix broken link to `vue-loader` documentation.
2 parents 7e849aa + 25734d2 commit cb8ebdb

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)