From f82a7593bc53205fbc7a9736a0fb3cb79d7dcb4b Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Wed, 2 Oct 2019 22:19:47 -0600 Subject: [PATCH] Deploy website Deploy website version based on 7fae307aefe74282f2ffc98e8f1f401ddf5fab3f --- docs/adding-flow.html | 4 ++-- docs/adding-flow/index.html | 4 ++-- docs/adding-images-fonts-and-files.html | 4 ++-- docs/adding-images-fonts-and-files/index.html | 4 ++-- docs/adding-typescript.html | 4 ++-- docs/adding-typescript/index.html | 4 ++-- docs/advanced-configuration.html | 3 ++- docs/advanced-configuration/index.html | 3 ++- docs/available-scripts.html | 4 ++-- docs/available-scripts/index.html | 4 ++-- docs/production-build.html | 8 ++++++-- docs/production-build/index.html | 8 ++++++-- docs/running-tests.html | 11 ++++++++++- docs/running-tests/index.html | 11 ++++++++++- docs/using-the-public-folder.html | 4 ++-- docs/using-the-public-folder/index.html | 4 ++-- 16 files changed, 56 insertions(+), 28 deletions(-) diff --git a/docs/adding-flow.html b/docs/adding-flow.html index f6414769..bb15d492 100644 --- a/docs/adding-flow.html +++ b/docs/adding-flow.html @@ -70,10 +70,10 @@ You can optionally enable an extension for your IDE, such as absolute imports with Flow, make sure to add the following line to your .flowconfig to make Flow aware of it:

  [options]
-+ module.name_mapper='^\(.*\)$' -> '<PROJECT_ROOT>/src/\1'
++ module.name_mapper='^\([^\.].*\)$' -> '<PROJECT_ROOT>/src/\1'
 

To learn more about Flow, check out its documentation.

-
Last updated on 8/16/2019 by Federico Zivolo
Adding BootstrapAdding TypeScript