Skip to content

Commit ed8711d

Browse files
authored
Add note about webpack versions
1 parent a7342de commit ed8711d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ __Notes:__ Issues with the output should be reported on the babel [issue tracker
1919

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

22+
> webpack 1.x | babel-loader <= 6.x
23+
>
24+
> webpack 2.x | babel-loader >= 7.x (recommended) (^6.2.10 will also work, but with deprecation warnings)
25+
2226
```bash
2327
yarn add babel-loader babel-core babel-preset-env webpack --dev
2428
```

0 commit comments

Comments
 (0)