From f5e03aea633ba7cf39d69ff9a880682d1c52b77f Mon Sep 17 00:00:00 2001 From: Katinka Hesselink Date: Wed, 22 May 2019 14:00:29 +0200 Subject: [PATCH] babel > babel 7.* clarify that babel 7 (instead of babel in general) 'will stop lookup at package.json boundary ...' --- docs/v7-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v7-migration.md b/docs/v7-migration.md index a583a9919a..b46e518d6b 100644 --- a/docs/v7-migration.md +++ b/docs/v7-migration.md @@ -22,7 +22,7 @@ This just means Babel _itself_ won't run on older versions of Node. It can still For more info, read our [6.x vs 7.x comparison](config-files.md#6x-vs-7x-babelrc-loading). -Babel has had issues previously with handling `node_modules`, symlinks, and monorepos. We've made some changes to account for this: Babel will stop lookup at the `package.json` boundary instead of looking up the chain. For monorepo's we have added a new `babel.config.js` file that centralizes our config across all the packages (alternatively you could make a config per package). In 7.1, we've introduced a [`rootMode`](options.md#rootmode) option for further lookup if necessary. +Babel has had issues previously with handling `node_modules`, symlinks, and monorepos. We've made some changes to account for this: Babel 7.* will stop lookup at the `package.json` boundary instead of looking up the chain. For monorepo's we have added a new `babel.config.js` file that centralizes our config across all the packages (alternatively you could make a config per package). In 7.1, we've introduced a [`rootMode`](options.md#rootmode) option for further lookup if necessary. ## [Yearly Preset Deprecations](/blog/2017/12/27/nearing-the-7.0-release.html#deprecated-yearly-presets-eg-babel-preset-es20xx)