Parcel v2.4.0 Release Notes

Release Date: 2022-03-22 // about 2 years ago
  • โž• Added

    • 0๏ธโƒฃ Replace default CSS transformer and minifier with @parcel/css - Details
    • Replace typeof before dead code elimination to improve bundle size - Details
    • Human readable file size in bundle analyzer report - Details
    • ๐Ÿ‘Œ Improve emoji support detection - Details
    • ๐Ÿ“œ Enable parsing static class initialization blocks - Details
    • ๐Ÿ‘‰ Use PORT environment variable from .env files - Details
    • ๐Ÿ‘‰ Use new react-jsx transform in React 16.14.0 - Details
    • ๐Ÿ‘‰ Use relative path for bundle labels in bundle analysis - Details
    • ๐Ÿ— Load dynamic imports at higher network priority in non-ESM builds - Details

    ๐Ÿ›  Fixed

    • ๐Ÿ“Œ Pin lmdb to 2.2.3 - Details
    • Prevent term-size from being bundled - Details
    • ๐Ÿ›  Fix cache when non-ascii chars are used in path - Details
    • โฌ†๏ธ Bump SWC. Fixes issue with String constructor. - Details
    • ๐Ÿ›  Fix DCE with PURE comments - Details
    • Escape double quote of url value in CSS url() - Details
    • ๐Ÿ›  Fix documentation comment in API - Details
    • ๐Ÿ›  Fix package.json source field resolution with pnpm - Details
    • ๐Ÿ›  Fix errors.map is not a function - Details