We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74eb65a commit 8b7b819Copy full SHA for 8b7b819
packages/react-scripts/config/env.js
@@ -23,7 +23,7 @@ if (!NODE_ENV) {
23
}
24
25
// https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use
26
-var dotenvFiles = [
+const dotenvFiles = [
27
`${paths.dotenv}.${NODE_ENV}.local`,
28
`${paths.dotenv}.${NODE_ENV}`,
29
// Don't include `.env.local` for `test` environment
0 commit comments