From 6ebcc46f9e4074d64114a74ec4bb02b2480beef0 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Tue, 12 Oct 2021 09:55:22 +1100 Subject: [PATCH] Remove ReactJS warning about webpack Because this is not a monorepo, ReactJS projects are examples. --- examples/eth-pm-wallet-encryption/.env | 3 +++ examples/eth-pm/.env | 3 +++ examples/min-react-js-chat/.env | 3 +++ examples/store-reactjs-chat/.env | 3 +++ examples/web-chat/.env | 3 +++ 5 files changed, 15 insertions(+) create mode 100644 examples/eth-pm-wallet-encryption/.env create mode 100644 examples/eth-pm/.env create mode 100644 examples/min-react-js-chat/.env create mode 100644 examples/store-reactjs-chat/.env create mode 100644 examples/web-chat/.env diff --git a/examples/eth-pm-wallet-encryption/.env b/examples/eth-pm-wallet-encryption/.env new file mode 100644 index 0000000000..2f869a4d35 --- /dev/null +++ b/examples/eth-pm-wallet-encryption/.env @@ -0,0 +1,3 @@ +# Remove ReactJS warning about webpack +# because this is not a monorepo, ReactJS projects are examples +SKIP_PREFLIGHT_CHECK=true diff --git a/examples/eth-pm/.env b/examples/eth-pm/.env new file mode 100644 index 0000000000..2f869a4d35 --- /dev/null +++ b/examples/eth-pm/.env @@ -0,0 +1,3 @@ +# Remove ReactJS warning about webpack +# because this is not a monorepo, ReactJS projects are examples +SKIP_PREFLIGHT_CHECK=true diff --git a/examples/min-react-js-chat/.env b/examples/min-react-js-chat/.env new file mode 100644 index 0000000000..2f869a4d35 --- /dev/null +++ b/examples/min-react-js-chat/.env @@ -0,0 +1,3 @@ +# Remove ReactJS warning about webpack +# because this is not a monorepo, ReactJS projects are examples +SKIP_PREFLIGHT_CHECK=true diff --git a/examples/store-reactjs-chat/.env b/examples/store-reactjs-chat/.env new file mode 100644 index 0000000000..2f869a4d35 --- /dev/null +++ b/examples/store-reactjs-chat/.env @@ -0,0 +1,3 @@ +# Remove ReactJS warning about webpack +# because this is not a monorepo, ReactJS projects are examples +SKIP_PREFLIGHT_CHECK=true diff --git a/examples/web-chat/.env b/examples/web-chat/.env new file mode 100644 index 0000000000..2f869a4d35 --- /dev/null +++ b/examples/web-chat/.env @@ -0,0 +1,3 @@ +# Remove ReactJS warning about webpack +# because this is not a monorepo, ReactJS projects are examples +SKIP_PREFLIGHT_CHECK=true