Skip to content

Commit 5c2a758

Browse files
committed
docs(README): bump webpack versions
1 parent 7c2946c commit 5c2a758

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Apps bootstrapped with [`create-react-app`](https://github.com/facebookincubator
3535

3636
## Prerequisites for *custom* apps
3737

38-
We recommend using the [`webpack >= 2`](//github.com/webpack/webpack) module bundler and ecosystem to *assemble* your app, but this module also works with `webpack 1` and should work with other bundlers.
38+
We recommend using the [`webpack 3`](//github.com/webpack/webpack) module bundler and ecosystem to *assemble* your app, but this module also works with `webpack 2` and `webpack 1` and should work with other bundlers.
3939

40-
If you are using `webpack`, you will need to install and configure a few commmonly used modules (see the [webpack 2 example project](//github.com/matteocng/react-flag-icon-css-example-multi)):
40+
If you are using `webpack`, you will need to install and configure a few commmonly used modules (see the [webpack 3 example project](//github.com/matteocng/react-flag-icon-css-example-multi), or the [webpack 2](https://github.com/matteocng/react-flag-icon-css-example-multi/tree/webpack-2), [webpack 1](https://github.com/matteocng/react-flag-icon-css-example-multi/tree/webpack-1) versions of it):
4141

4242
```bash
4343
$ yarn add -D babel-loader css-loader file-loader style-loader extract-text-webpack-plugin
@@ -117,7 +117,7 @@ A [`webpack 2` example project](//github.com/matteocng/react-flag-icon-css-examp
117117
| Argument | Type | Flow Type | Description | Supported values |
118118
| --- | --- | --- | --- | --- |
119119
| React * | `Module` | `ReactModule` | Your app's `React` instance. | Versions in [peerDependencies](./package.json). |
120-
| options | `Object` | `FlagIconOptionsType` | | ||
120+
| options | `Object` | `FlagIconOptionsType` | | See *FlagIconFactory options* below. ||
121121

122122
### :factory: FlagIconFactory options
123123

0 commit comments

Comments
 (0)