babel-plugin-emotion@10.0.28
·
553 commits
to main
since this release
Patch Changes
-
4dfe558#1731 Thanks @ndelangen! - Fixed an issue with addinglabel&targetoptions tostyled-related calls when those properties were already set, causing those properties to be duplicated. This could have happened for example when transpiling already transpiled code or when providing those options manually (latter being less likely). -
af07afb#1761 Thanks @mansourkheffache! - Push source maps & labels to cooked/raw arrays in TS-transpiled tagged template expressions containing interpolations. This is a case not covered previously by #1538.