From 20729b262599380ed9d68c665a65408790a5a648 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 16 Oct 2017 23:35:50 -0400 Subject: [PATCH] Scoped: fix flow module resolution thanks to James --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index 52afd12788..d23b172499 100644 --- a/.flowconfig +++ b/.flowconfig @@ -22,3 +22,4 @@ lib/third-party-libs.js.flow suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe suppress_comment= \\(.\\|\n\\)*\\$FlowIssue esproposal.export_star_as=enable +module.name_mapper='^@babel\/\([a-zA-Z0-9_\-]+\)$' -> '/packages/babel-\1/src/index'