Skip to content

unminify: v0.1.5

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 17:57

0.1.5 (2024-02-16)

Bug Fixes

  • jsx: should not transform document.createElement to JSX (86469e7)
  • smart-inline: fix missing renaming in property descturing (55e2938), closes #117
  • un-esm: fix missing bare import (7f6f199)
  • un-indirect-call: should not remove unused default imports from unprocessed sources (cfc00a9)
  • un-jsx: disable preact's h pragma to avoid conflicting with normal minified code (a97c8ea)