You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/encore/advanced-config.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -149,25 +149,25 @@ normally use from the command-line interface:
149
149
Having the full control on Loaders Rules
150
150
----------------------------------------
151
151
152
-
The method ``configureLoaderRule()`` provide a clean way to configure Webpack loaders rules (``module.rules``, see `Configuration <https://webpack.js.org/concepts/loaders/#configuration>`_).
152
+
The method ``configureLoaderRule()`` provides a clean way to configure Webpack loaders rules (``module.rules``, see `Configuration <https://webpack.js.org/concepts/loaders/#configuration>`_).
153
153
154
-
This is a low-level method. Any of your modifications will be applied just before pushing the loaders rules to Webpack.
155
-
It means that you can override configuration provided by Encore, so maybe you will break things. Be careful when using it.
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
156
157
157
A useful usage would be for configuring the ``eslint-loader`` to lint Vue files too.
0 commit comments