From 5d79fca66b918fefe10a9e35c135ffea47aeb245 Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Sun, 19 Jan 2025 15:50:00 +0100 Subject: [PATCH] Create fluffy-sloths-walk.md --- .changeset/fluffy-sloths-walk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fluffy-sloths-walk.md diff --git a/.changeset/fluffy-sloths-walk.md b/.changeset/fluffy-sloths-walk.md new file mode 100644 index 0000000000..8f6cfa2a51 --- /dev/null +++ b/.changeset/fluffy-sloths-walk.md @@ -0,0 +1,5 @@ +--- +"hardhat": patch +--- + +Fix heuristic to detect that an ESM project doesn't have a Hardhat config with an explicit `.cjs` extension.