Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 00:34
· 173 commits to main since this release
5761f08

Patch Changes

  • 168319f: Reduce the production bundle size

    Previously I did unescape "\u{1F680}" to "🚀" in the Unicode table. Since extra characters are required to escape, it reduces the output size.

    However, escape sequences compress better. So leaving the build output as is makes more sense for production.