From 9b978f852bf5720431cc95a7b09c2e51418b31e6 Mon Sep 17 00:00:00 2001 From: Dhruvdutt Jadhav Date: Sun, 25 Feb 2018 14:03:36 +0530 Subject: [PATCH] misc(migrate): comparison parity --- MIGRATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATE.md b/MIGRATE.md index 8f059232831..f2a03040d15 100644 --- a/MIGRATE.md +++ b/MIGRATE.md @@ -153,7 +153,7 @@ module.exports = { In summary, we can see the follow changes were made 1. The webpack schema for using loaders has changed - - `loaders` is now `module.rules` + - `module.loaders` is now `module.rules` - `query` is now `options` 1. All loaders now have to have the *loader* suffix, e.g. `babel` -> `babel-loader`