diff --git a/web/next.config.js b/web/next.config.js index 5764007..c34862d 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -48,7 +48,8 @@ export default async (phase, { defaultConfig }) => { if (/true|y|yes/i.test(process.env.CYPRESS || '')) { conf.experimental = { swcPlugins: [ - ['swc-plugin-coverage-instrument', {}], + // Currently broken with latest nextjs version + // ['swc-plugin-coverage-instrument', {}], ], }; }