rsnext/packages/next/build
Darsh Patel 6d7cf2a934
Convert profiling mode from configuration option to CLI switch (#14920)
Removed Option to enable `ReactProductionProfiling` from configuration and added a CLI switch for the same.
Users can now do `next build --profile`  to enable react production profiling. 
Also added a warning to notify users about the performance impact

Fixes: #14688
2020-07-09 11:39:12 +00:00
..
babel Add no-anon-default-export Babel lint rule (#14519) 2020-06-30 13:05:29 +00:00
output Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
plugins Clean up plugins (#14676) 2020-06-29 14:26:49 +00:00
polyfills Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
profiler Added no-shadow rule to eslint (#13645) 2020-06-01 21:00:22 +00:00
webpack Fix basepath browser back/forward issue (#14861) 2020-07-07 05:24:38 +00:00
compiler.ts Prepare for webpack 5 upgrade (#14268) 2020-06-17 15:00:29 +00:00
entries.ts Fix encoding for env files in serverless mode (#14750) 2020-06-30 21:33:37 +00:00
generate-build-id.ts Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
index.ts Convert profiling mode from configuration option to CLI switch (#14920) 2020-07-09 11:39:12 +00:00
is-writeable.ts Use fs.promises instead of promisify (#12026) 2020-05-02 00:10:19 -04:00
spinner.ts node-fetch, ora 2020-03-30 16:26:25 -04:00
utils.ts Avoid pulling extra code in the bundles for trailingSlash logic (#14696) 2020-06-30 04:06:39 +00:00
webpack-config.ts Convert profiling mode from configuration option to CLI switch (#14920) 2020-07-09 11:39:12 +00:00
write-build-id.ts Use fs.promises instead of promisify (#12026) 2020-05-02 00:10:19 -04:00