From 6063373a5dc9c5d6ef1a06e094c4fd4c280a60cb Mon Sep 17 00:00:00 2001 From: Pierre Neter Date: Sun, 25 Jun 2017 22:00:29 +0700 Subject: [PATCH] Update README.md for webpack 3.x (#476) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef0234b0..ed7c9cf6 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ __Notes:__ Issues with the output should be reported on the babel [issue tracker > webpack 1.x | babel-loader <= 6.x > > webpack 2.x | babel-loader >= 7.x (recommended) (^6.2.10 will also work, but with deprecation warnings) +> +> webpack 3.x | babel-loader >= 7.1 ```bash yarn add babel-loader babel-core babel-preset-env webpack --dev