We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed5fd6 commit daed88aCopy full SHA for daed88a
README.md
@@ -21,7 +21,11 @@ This package allows transpiling JavaScript files using [Babel](https://github.co
21
22
<h2 align="center">Install</h2>
23
24
-> webpack `4.x || 5.x` | babel-loader 8.x | babel 7.x
+> | babel-loader | supported webpack versions | supported Babel versions | supported Node.js versions |
25
+> |:-:|:-:|:-:|:-:|
26
+> | 8.x | 4.x or 5.x | 7.x | >= 8.9 |
27
+> | 9.x | 5.x | ^7.12.0 | >= 14.15.0 |
28
+
29
30
```bash
31
npm install -D babel-loader @babel/core @babel/preset-env webpack
0 commit comments