From c2670b83b66f6eb0222834c0c9d9e1db51800f5a Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Tue, 7 Jul 2020 19:55:24 +0200 Subject: [PATCH] chore: rephrase react-scripts .env need --- examples/delegated-routing/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/delegated-routing/.env b/examples/delegated-routing/.env index 4a6b2125..5ee1b595 100644 --- a/examples/delegated-routing/.env +++ b/examples/delegated-routing/.env @@ -1,3 +1,3 @@ # required because react-scripts scans *up* the tree from this project and finds -# a conflicting version of eslint in the node_modules dir for js-ipfs. +# a conflicting version of webpack in the node_modules dir for js-libp2p (aegir). SKIP_PREFLIGHT_CHECK=true \ No newline at end of file