rsnext/packages/next/lib
Tim Neutkens 313b552026
Enable .env support by default (#12911)
* Enable .env support by default

Given we've had tons of reports from various people that expected .env support to work even though they had dotenv installed already I think it's fine to enable it as a default:

Fixes #12728

* Remove old test

* Fix duplicate env loading

* Update docs

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2020-05-15 14:02:16 -05:00
..
check-custom-routes.ts Add additional check for segments in destination but not source (#12067) 2020-04-21 14:21:41 +02:00
coalesced-function.ts Update handling for ENOENT from GSSP methods (#11302) 2020-03-24 09:33:39 +01:00
constants.ts Add warning for non-standard NODE_ENV value (#12361) 2020-05-04 11:21:58 -05:00
file-exists.ts Use fs.promises instead of promisify (#12026) 2020-05-02 00:10:19 -04:00
find-config.ts find-up 2020-03-30 16:26:25 -04:00
find-pages-dir.ts Add initial support for new env handling (#10525) 2020-03-26 13:32:41 +01:00
is-serializable-props.ts Correctly Count Object References (#10903) 2020-03-09 14:58:51 -04:00
load-env-config.ts Enable .env support by default (#12911) 2020-05-15 14:02:16 -05:00
pretty-bytes.ts Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
recursive-copy.ts Use fs.promises instead of promisify (#12026) 2020-05-02 00:10:19 -04:00
recursive-delete.ts Use fs.promises instead of promisify (#12026) 2020-05-02 00:10:19 -04:00
recursive-readdir.ts Use fs.promises instead of promisify (#12026) 2020-05-02 00:10:19 -04:00
resolve-request.ts Remove ts-ignore where possible (#10541) 2020-02-17 16:16:19 -05:00
verifyTypeScriptSetup.ts Use fs.promises instead of promisify (#12026) 2020-05-02 00:10:19 -04:00