From c59a2c31782dc47727df28fe5cb16bb481c404b8 Mon Sep 17 00:00:00 2001 From: tiddlygit-test Date: Sat, 22 Aug 2020 19:36:24 +0800 Subject: [PATCH] feat: add SKIP_PREFLIGHT_CHECK=true to skip silly react check --- .env | 1 + .gitignore | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 00000000..7d910f14 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +SKIP_PREFLIGHT_CHECK=true \ No newline at end of file diff --git a/.gitignore b/.gitignore index 95e6c096..8861d077 100644 --- a/.gitignore +++ b/.gitignore @@ -46,8 +46,6 @@ dist .DS_Store .eslintcache -.env - _src /build