From daed88afc1910bbccd76ed0729db64ddf070574f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Thu, 27 Oct 2022 14:42:37 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33ebb7e6..556603cd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,11 @@ This package allows transpiling JavaScript files using [Babel](https://github.co

Install

-> 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