Skip to content

Commit

Permalink
Add note about webpack versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Mar 16, 2017
1 parent a7342de commit ed8711d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ __Notes:__ Issues with the output should be reported on the babel [issue tracker

<h2 align="center">Install</h2>

> webpack 1.x | babel-loader <= 6.x
>
> webpack 2.x | babel-loader >= 7.x (recommended) (^6.2.10 will also work, but with deprecation warnings)
```bash
yarn add babel-loader babel-core babel-preset-env webpack --dev
```
Expand Down

0 comments on commit ed8711d

Please sign in to comment.