diff --git a/.changeset/smooth-colts-play.md b/.changeset/smooth-colts-play.md new file mode 100644 index 0000000..8872d12 --- /dev/null +++ b/.changeset/smooth-colts-play.md @@ -0,0 +1,7 @@ +--- +"@viem/anvil": patch +--- + +As playwrite imports CJS in global setup it will throw the error Error: require() of ES Module changed import to dynamic import. +* Removed the import of getPort from `"get-port"` +* Updated the port property to use `import("get-port").default` instead of `getPort()`