Skip to content

Commit 9da90b8

Browse files
n3dst4EugeneHlushko
authored andcommitted
Recast this sentence about externals (#2624)
1 parent dcd9af4 commit 9da90b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/author-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ For full library configuration and code please refer to [webpack-library-example
144144

145145
Now let's bundle this library in a way that will achieve the following goals:
146146

147-
- Without bundling `lodash`, but requiring it to be loaded by the consumer using `externals`.
147+
- Using `externals` to avoid bundling `lodash`, so the consumer is required to load it.
148148
- Setting the library name as `webpack-numbers`.
149149
- Exposing the library as a variable called `webpackNumbers`.
150150
- Being able to access the library inside Node.js.

0 commit comments

Comments
 (0)