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 3e92e2a commit 2fba8b5Copy full SHA for 2fba8b5
README.md
@@ -25,6 +25,14 @@ module: {
25
]
26
}
27
```
28
+Also for multiple expose you can use `!` in loader string:
29
+```
30
+module: {
31
+ loaders: [
32
+ { test: require.resolve("jquery"), loader: "expose?$!expose?jQuery" },
33
+ ]
34
+}
35
36
37
The `require.resolve` is a node.js call (unrelated to `require.resolve` in webpack
38
processing -- check the node.js docs instead). `require.resolve` gives you the
0 commit comments