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.
1 parent 1e3b271 commit 505edd5Copy full SHA for 505edd5
README.md
@@ -1,5 +1,12 @@
1
# expose loader for webpack
2
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
10
## Usage
11
12
``` javascript
0 commit comments