We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
externals
1 parent dcd9af4 commit 9da90b8Copy full SHA for 9da90b8
src/content/guides/author-libraries.md
@@ -144,7 +144,7 @@ For full library configuration and code please refer to [webpack-library-example
144
145
Now let's bundle this library in a way that will achieve the following goals:
146
147
-- Without bundling `lodash`, but requiring it to be loaded by the consumer using `externals`.
+- Using `externals` to avoid bundling `lodash`, so the consumer is required to load it.
148
- Setting the library name as `webpack-numbers`.
149
- Exposing the library as a variable called `webpackNumbers`.
150
- Being able to access the library inside Node.js.
0 commit comments