rsnext/packages/next/server/lib
Steven ed19335d6e
Workaround for Node.js 16+ on Apple Silicon M1 (#27031)
This PR is a workaround for #24421 by adding an artificial delay when Apple M1 + buggy Node.js is detected.

Node.js 14 is unaffected because it M1 still reports `arch=x64`. Starting in Node.js 16, M1 reports `arch=arm64`.

V8 Bug: https://crbug.com/1224882

Node.js Issue: https://github.com/nodejs/node/issues/39327
2021-07-12 17:05:41 +00:00
..
squoosh Workaround for Node.js 16+ on Apple Silicon M1 (#27031) 2021-07-12 17:05:41 +00:00
find-page-file.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
recursive-readdir-sync.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
start-server.ts Load next.config.js async (#22578) 2021-02-27 00:29:32 +00:00
utils.ts Remove tslint disables (#16116) 2020-08-12 14:39:07 +00:00