rsnext/test
Joe Haddad a372edae48 Default target in loadConfig instead of next build (#7521)
* Default `target` in `loadConfig` instead of `next build`
We should set the target from the environment variable during `loadConfig` instead of in `next build`. This ensures all other locations in Next.js that rely on `config` can read the correct value to toggle behaviors.

* Use object destructuring

* Add tests for builder target

* Run start with serverless
2019-06-06 15:57:42 +02:00
..
integration Default target in loadConfig instead of next build (#7521) 2019-06-06 15:57:42 +02:00
isolated Format missed files (#7464) 2019-05-29 18:19:32 -07:00
lib Default target in loadConfig instead of next build (#7521) 2019-06-06 15:57:42 +02:00
unit Replace recursive-copy with own implementation (#7263) 2019-06-06 12:33:11 +02:00
.babelrc Use preset-react's development option + enable modules transform in test env (#5081) 2018-09-03 16:41:52 +02:00
.gitignore Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
jest-environment.js Format missed files (#7464) 2019-05-29 18:19:32 -07:00
jest-global-setup.js Browserstack optimisations (#7201) 2019-04-30 15:22:38 -05:00
jest-global-teardown.js Browserstack optimisations (#7201) 2019-04-30 15:22:38 -05:00