From f45eb1969c9cee76a689146606c2a79c862dbee1 Mon Sep 17 00:00:00 2001 From: Emma Hamilton Date: Wed, 20 Nov 2024 11:13:18 +1000 Subject: [PATCH] Update changeset (#3273) --- .changeset/healthy-lies-decide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/healthy-lies-decide.md b/.changeset/healthy-lies-decide.md index 1606266f0..406f00025 100644 --- a/.changeset/healthy-lies-decide.md +++ b/.changeset/healthy-lies-decide.md @@ -8,4 +8,4 @@ '@emotion/babel-plugin': patch --- -Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but when when importing external code with Node.js. +Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js.