8000
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 71fd3b7 commit e3d43b9Copy full SHA for e3d43b9
frontend/encore/advanced-config.rst
@@ -154,7 +154,7 @@ The method ``configureLoaderRule()`` provides a clean way to configure Webpack l
154
This is a low-level method. All your modifications will be applied just before pushing the loaders rules to Webpack.
155
It means that you can override the default configuration provided by Encore, which may break things. Be careful when using it.
156
157
-A useful usage would be for configuring the ``eslint-loader`` to lint Vue files too.
+One use might be to configure the ``eslint-loader`` to lint Vue files too.
158
The following code is equivalent:
159
160
.. code-block:: javascript
0 commit comments