babel-plugin-emotion@11.0.0-next.3
Pre-release
Pre-release
·
550 commits
to main
since this release
Major Changes
-
c5b12d90#1220 Thanks @mitchellhamilton! - Removed support for theinstancesoption, any usage of it should be replaced with theimportMapoption -
f9feab1a#1575 Thanks @mitchellhamilton! - Removed support for@emotion/styled-basepackage. It has been moved to@emotion/styledand is available as@emotion/styled/base. This simplifies how the regular and base versions relate to each other and eliminates problems with stricter package managers when@emotion/styled-basewas not installed explicitly by a user.
Minor Changes
c5b12d90#1220 Thanks @mitchellhamilton! - Added theimportMapoption which allows you to tell babel-plugin-emotion what imports it should look at to determine what it should transform so if you re-export Emotion's exports, you can still use the Babel transforms