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.
vue-loader
1 parent 7e849aa commit 25734d2Copy full SHA for 25734d2
frontend/encore/vuejs.rst
@@ -27,7 +27,7 @@ also configure the `vue-loader options`_ via a callback:
27
.. code-block:: javascript
28
29
.enableVueLoader(function(options) {
30
- // https://vue-loader.vuejs.org/en/configurations/advanced.html
+ // https://vue-loader.vuejs.org/options.html
31
32
options.preLoaders = {
33
js: '/path/to/custom/loader'
@@ -53,4 +53,4 @@ See :doc:`/frontend/encore/dev-server` for more details.
53
54
.. _`babel-preset-react`: https://babeljs.io/docs/plugins/preset-react/
55
.. _`Vue.js`: https://vuejs.org/
56
-.. _`vue-loader options`: https://vue-loader.vuejs.org/en/configurations/advanced.html
+.. _`vue-loader options`: https://vue-loader.vuejs.org/options.html
0 commit comments