Skip to content

Commit a7fef13

Browse files
authored
docs: mention v4 compatibility (#128)
1 parent 3bd8e6e commit a7fef13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ To begin, you'll need to install `expose-loader`:
2626
$ npm install expose-loader --save-dev
2727
```
2828

29+
(If you're using WebPack 4, install `expose-loader@1` and follow the [corresponding instructions](https://v4.webpack.js.org/loaders/expose-loader/) instead.)
30+
2931
Then you can use the `expose-loader` using two approaches.
3032

3133
## Inline

0 commit comments

Comments
 (0)