From a430cad02252b557db78643c07d3ac298617cb91 Mon Sep 17 00:00:00 2001 From: Priyajeet Hora Date: Wed, 14 Mar 2018 17:54:59 -0700 Subject: [PATCH] Fix: Flow error with latest webpack-cli (#224) --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index c81719b6da..708b267b73 100644 --- a/.flowconfig +++ b/.flowconfig @@ -9,6 +9,7 @@ .*/node_modules/eslint* .*/node_modules/jest* .*/node_modules/conventional-changelog* +.*/node_modules/webpack* [include] ./src