From 42d6377fde60caeb2dab30febf965e6fb552a572 Mon Sep 17 00:00:00 2001 From: alxshelepenok Date: Thu, 9 May 2019 00:09:21 +0300 Subject: [PATCH] fix: change path of css-module-stub --- .flowconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index 2666821..33c44e1 100644 --- a/.flowconfig +++ b/.flowconfig @@ -7,7 +7,7 @@ [lints] [options] -module.name_mapper.extension='scss' -> '/src/flow/CSSModuleStub.js' +module.name_mapper.extension='scss' -> '/flow/css-module-stub.js' server.max_workers=4 [strict]