Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
chore: add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
conwayconstar committed Nov 2, 2023
1 parent fcd8771 commit 6a76194
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/smooth-colts-play.md
Original file line number Diff line number Diff line change
@@ -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()`

0 comments on commit 6a76194

Please sign in to comment.