Skip to content

Commit

Permalink
[docs/perf] Update babel config (#43286)
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk authored Aug 14, 2024
1 parent 8968394 commit 77cf53d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 77cf53d

Please sign in to comment.