Skip to content

@linaria/utils@5.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 15:17
· 31 commits to master since this release
33a79a9

Patch Changes

  • 4992c14: Fix an issue with Shaker when CJS export is assigned to a const. Fixes #1348.
  • 70000ec: The code remover should not delete classes if the last member was deleted.
  • 5a32f4f: The code remover is trained to handle logical and ternary expressions. Fixes #1310.
  • 727dc2b: fix: add caller settings to loadBabelOptions()
  • 25ba134: useBabelConfigs feature flag.
  • 5a32f4f: Browser-specific code can now be wrapped in if (typeof window !== 'undefined') { /* will be deleted */ }.