cibernox / svelte-intl-precompile

I18n library for Svelte.js that analyzes your keys at build time for max performance and minimal footprint
https://svelte-intl-precompile.com
ISC License
274 stars 13 forks source link

Question: Can I use this with WebPack? #2

Closed serkangunes closed 3 years ago

cibernox commented 3 years ago

This specific package is designed to be used with sveltekit. The underlying precompile-intl-runtime and babel-plugin-precompile-intl are agnostic to any build pipeline and even library agnostic: you could use it with react or vue (although the API uses observable stores which are very convenient to use in svelte but not so much in react).