Skip to content

Commit aadda20

Browse files
committed
Tweaks
1 parent caac26b commit aadda20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/encore/advanced-config.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ The following loaders are configurable with ``configureLoaderRule()``:
239239
Configuring Aliases When Importing or Requiring Modules
240240
-------------------------------------------------------
241241

242-
The `Webpack resolve.alias option`_ allows to create aliases to ``import`` or
243-
``require`` certain modules more easily (e.g. by aliasing commonly used ``src/``
242+
The `Webpack resolve.alias option`_ allows to create aliases to simplify the
243+
``import`` or ``require`` of certain modules (e.g. by aliasing commonly used ``src/``
244244
folders). In Webpack Encore you can use this option via the ``addAliases()`` method:
245245

246246
.. code-block:: javascript
@@ -262,7 +262,7 @@ Excluding Some Dependencies from Output Bundles
262262

263263
The `Webpack externals option`_ allows to prevent bundling of certain imported
264264
packages and instead retrieve those external dependencies at runtime. This feature
265-
is mostly useful to JavaScript library developers, so you'll probably won't need it.
265+
is mostly useful for JavaScript library developers, so you probably won't need it.
266266

267267
In Webpack Encore you can use this option via the ``addExternals()`` method:
268268

0 commit comments

Comments
 (0)