Skip to content

Commit 505edd5

Browse files
Wilfredjoshwiens
authored andcommitted
docs: Add an intro and explain requirements
1 parent 1e3b271 commit 505edd5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# expose loader for webpack
22

3+
The expose loader adds modules to the global object. This is useful
4+
for debugging, or supporting libraries that depend on libraries in
5+
globals.
6+
7+
**Note**: Modules must be `require()`'d within in your bundle, or they will not
8+
be exposed.
9+
310
## Usage
411

512
``` javascript

0 commit comments

Comments
 (0)