Parcel v2.4.1 Release Notes

Release Date: 2022-03-31 // about 2 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  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.