Skip to content

Commit

Permalink
Update changeset (#3273)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown authored Nov 20, 2024
1 parent 77d930d commit f45eb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/healthy-lies-decide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f45eb19

Please sign in to comment.