Skip to content

Commit 4751f77

Browse files
committed
Add note for using with webpack
1 parent c0c9c02 commit 4751f77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ require(['./immutable.min.js'], function (Immutable) {
7878
});
7979
```
8080

81-
If you're using [browserify](http://browserify.org/), the `immutable` npm module
82-
also works from the browser.
81+
If you're using [webpack](https://webpack.github.io/) or
82+
[browserify](http://browserify.org/), the `immutable` npm module also works
83+
from the browser.
8384

8485
### Flow & TypeScript
8586

0 commit comments

Comments
 (0)