From 77cf53d0b569a0347caedf6a02acb3830b099f91 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Wed, 14 Aug 2024 19:42:45 -0400 Subject: [PATCH] [docs/perf] Update babel config (#43286) --- docs/babel.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/babel.config.js b/docs/babel.config.js index 1ccf95cfbb1b80..c084dddc5580cb 100644 --- a/docs/babel.config.js +++ b/docs/babel.config.js @@ -8,10 +8,10 @@ const { version: transformRuntimeVersion } = fse.readJSONSync( ); module.exports = { - // TODO: Enable once nextjs uses babel 7.13 - // assumptions: { - // noDocumentAll: true, - // }, + assumptions: { + noDocumentAll: true, + setSpreadProperties: true, + }, presets: [ // backport of https://github.com/vercel/next.js/pull/9511 [