File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -239,8 +239,8 @@ The following loaders are configurable with ``configureLoaderRule()``:
239
239
Configuring Aliases When Importing or Requiring Modules
240
240
-------------------------------------------------------
241
241
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/ ``
244
244
folders). In Webpack Encore you can use this option via the ``addAliases() `` method:
245
245
246
246
.. code-block :: javascript
@@ -262,7 +262,7 @@ Excluding Some Dependencies from Output Bundles
262
262
263
263
The `Webpack externals option `_ allows to prevent bundling of certain imported
264
264
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.
266
266
267
267
In Webpack Encore you can use this option via the ``addExternals() `` method:
268
268
You can’t perform that action at this time.
0 commit comments