Skip to content

Commit daed88a

Browse files
Update README.md
1 parent 0ed5fd6 commit daed88a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ This package allows transpiling JavaScript files using [Babel](https://github.co
2121

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

24-
> webpack `4.x || 5.x` | babel-loader 8.x | babel 7.x
24+
> | 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+
2529

2630
```bash
2731
npm install -D babel-loader @babel/core @babel/preset-env webpack

0 commit comments

Comments
 (0)