diff --git a/packages/site/cypress.config.ts b/packages/site/cypress.config.ts index 3f6d2fb..a0b5f6d 100644 --- a/packages/site/cypress.config.ts +++ b/packages/site/cypress.config.ts @@ -1,5 +1,5 @@ import { defineConfig } from "cypress"; -const { plugin: replayPlugin } = require("@replayio/cypress"); +import { plugin as replayPlugin } from "@replayio/cypress"; export default defineConfig({ e2e: {