✨ What's Changed
- feat: default production build is now
no-hoist
andminified
.- The first enables the broadest compatibility with most node modules.
- The second enables small bundle, which is preferred by most devs
- The customization flags are "--hoist" and "--no-minify", docs
- feat: better optimizer based on upstream swc by @louisgv in #588
- feat: BGSW limitation of no dynamic import is removed, which should enable importing of supabase client
- fix: https typescript import schema: https://discord.com/channels/946290204443025438/1071728581748719646/1109607271673122889
- fix: optimizer to not wrongly prune utf8
🤝 Sponsors
- @jqphu - https://github.com/jqphu
- @nahtnam - https://nahtnam.com
- @Eversmile12 - https://github.com/Eversmile12
- @kulovecc https://github.com/kulovecc
Full Changelog: v0.70.1...v0.71.1