v0.10.0
- Update Qwik to v.0.100.0 09b820a
- Merge pull request #36 from ahnpnl/patch-1 6b00eeb
- App: bundle translation files & Cloudflare pages 738cd30
Thanks to: @ahnpnl
BREAKING CHANGES
- Default
assetsPath
option inInline
plugin &Extract
command now is'i18n'
and not'public/i18n'
- Due to changes in Qwik v0.100, it is recommended to move the implementation of
loadTranslation$
into a separate file (likespeak-functions.ts
) to allow the Qwik compiler to respect the initialization order of the functions