500
Must use import to load ES Module: /opt/build/repo/node_modules/rehype-format/index.js require() of ES modules is not supported. require() of /opt/build/repo/node_modules/rehype-format/index.js from /opt/build/repo/apps/web/__sapper__/build/server/server.js is an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which defines all .js files in that package scope as ES modules. Instead rename index.js to end in .cjs, change the requiring code to use import(), or remove "type": "module" from /opt/build/repo/node_modules/rehype-format/package.json.