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