Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/canary' into add/timings-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Aug 6, 2021
2 parents 65cc429 + d2f43b7 commit 7ea1cad
Show file tree
Hide file tree
Showing 9 changed files with 389 additions and 554 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@fullhuman/postcss-purgecss": "1.3.0",
"@mdx-js/loader": "0.18.0",
"@svgr/webpack": "5.5.0",
"@swc/core": "1.2.66",
"@swc/core": "1.2.74",
"@testing-library/react": "11.2.5",
"@types/cheerio": "0.22.16",
"@types/fs-extra": "8.1.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/next/build/babel/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ export default (
presetEnvConfig.targets = {
// Targets the current process' version of Node. This requires apps be
// built and deployed on the same version of Node.
node: 'current',
// This is the same as using "current" but explicit
node: process.versions.node,
}
}

Expand Down
Loading

0 comments on commit 7ea1cad

Please sign in to comment.