Commit d898bfa
committed
fix: downgrade escape-string-regexp to v4 for CommonJS compatibility
The project uses CommonJS module format but escape-string-regexp v5 is ESM-only,
causing ERR_REQUIRE_ESM errors. Downgrading to v4.0.0 resolves this issue.1 parent 732596e commit d898bfa
2 files changed
Lines changed: 278 additions & 570 deletions
0 commit comments