Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 27, 2022
1 parent 0ed5fd6 commit daed88a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -21,7 +21,11 @@ This package allows transpiling JavaScript files using [Babel](https://github.co

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

> webpack `4.x || 5.x` | babel-loader 8.x | babel 7.x
> | babel-loader | supported webpack versions | supported Babel versions | supported Node.js versions |
> |:-:|:-:|:-:|:-:|
> | 8.x | 4.x or 5.x | 7.x | >= 8.9 |
> | 9.x | 5.x | ^7.12.0 | >= 14.15.0 |

```bash
npm install -D babel-loader @babel/core @babel/preset-env webpack
Expand Down

0 comments on commit daed88a

Please sign in to comment.