v2.4.1
This release includes bug fixes.
- Fix
:export
in CSS modules - Don't remove unused classes or
@keyframes
when a CSS module is processed by postcss - Fix bundling issue with CSS modules where unintended side effects from a different page could be run
- Fix crash with CSS in multiple environments
- Update Parcel CSS. Fixes issues with
::-webkit-scrollbar
, list styles in CSS modules,@-moz-document
, and more. See release notes. - Update SWC. Fixes an issue with parenthesized expressions following a return statement.