From c920355452e4d3474dffedbff774ee6c3da7194f Mon Sep 17 00:00:00 2001 From: merceyz Date: Thu, 28 Oct 2021 16:38:23 +0200 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3c05d975c5..a82e9ae0aca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ Yarn now accepts sponsorships! Please give a look at our [OpenCollective](https: - The pnpm linker will now remove the `node_modules/.store` and `node_modules` folders if they are empty. +### Bugfixes + +- The ESM loader is now enabled regardless of the entrypoint module type, this fixes support for dynamic imports in commonjs modules when the entrypoint is also commonjs + ### Miscellaneous Features - Reporting for Git errors has been improved.