From 8376059ca625c8304ffa6604550f0607775f5625 Mon Sep 17 00:00:00 2001 From: Patrick Chen Date: Thu, 29 Oct 2020 16:13:07 +0100 Subject: [PATCH] inform people readng the doc that expand variables not working --- docusaurus/docs/adding-custom-environment-variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus/docs/adding-custom-environment-variables.md b/docusaurus/docs/adding-custom-environment-variables.md index 48bfea2cf64..49b30a1586e 100644 --- a/docusaurus/docs/adding-custom-environment-variables.md +++ b/docusaurus/docs/adding-custom-environment-variables.md @@ -164,3 +164,4 @@ DOMAIN=www.example.com REACT_APP_FOO=$DOMAIN/foo REACT_APP_BAR=$DOMAIN/bar ``` +Note: for the moment this option of exapanding is not working (https://github.com/facebook/create-react-app/issues/8538)