Skip to content

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Mar 25, 2019
1 parent 71fd3b7 commit e3d43b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/encore/advanced-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The method ``configureLoaderRule()`` provides a clean way to configure Webpack l
This is a low-level method. All your modifications will be applied just before pushing the loaders rules to Webpack.
It means that you can override the default configuration provided by Encore, which may break things. Be careful when using it.

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.
The following code is equivalent:

.. code-block:: javascript
Expand Down

0 comments on commit e3d43b9

Please sign in to comment.