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.