We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7342de commit ed8711dCopy full SHA for ed8711d
README.md
@@ -19,6 +19,10 @@ __Notes:__ Issues with the output should be reported on the babel [issue tracker
19
20
<h2 align="center">Install</h2>
21
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
+
26
```bash
27
yarn add babel-loader babel-core babel-preset-env webpack --dev
28
```
0 commit comments