未验证 提交 59485111 编写于 作者: J Joe Haddad 提交者: GitHub

Nit: sort experimental keys (#8707)

上级 5a0dcbc9
......@@ -30,17 +30,17 @@ const defaultConfig: { [key: string]: any } = {
},
exportTrailingSlash: false,
experimental: {
ampBindInitData: false,
cpus: Math.max(
1,
(Number(process.env.CIRCLE_NODE_TOTAL) ||
(os.cpus() || { length: 1 }).length) - 1
),
ampBindInitData: false,
profiling: false,
documentMiddleware: false,
granularChunks: false,
publicDirectory: false,
modern: false,
profiling: false,
publicDirectory: false,
},
future: {
excludeDefaultMomentLocales: false,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册