Skip to content

Commit d73e591

Browse files
WilfredSpaceK33z
authored andcommitted
Clarify introductory sentences (#31)
I found the previous wording a little hard to parse, so I've refactored it.
1 parent f682af5 commit d73e591

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# imports loader for webpack
22

3-
Can be used to inject variables into the scope of a module. This is especially useful if third-party modules are relying on global variables like `$` or `this` being the `window` object.
3+
The imports loader allows you to use modules that depend on specific global variables.
4+
5+
This is useful for third-party modules that rely on global variables like `$` or `this` being the `window` object. The imports loader can add the necessary `require('whatever')` calls, so those modules work with webpack.
46

57
## Installation
68

0 commit comments

Comments
 (0)