From 025ba9b1d568efb10adf826184af40110ab853e4 Mon Sep 17 00:00:00 2001 From: SleepWalker Date: Sat, 30 Dec 2017 21:42:49 +0200 Subject: [PATCH] #379: allow dynamic require for flow --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index f9e7923..434f791 100644 --- a/.flowconfig +++ b/.flowconfig @@ -15,3 +15,4 @@ module.file_ext=.json module.file_ext=.jsx module.file_ext=.css module.file_ext=.scss +module.ignore_non_literal_requires=true