synacor / preact-i18n

Simple localization for Preact.
BSD 3-Clause "New" or "Revised" License
206 stars 18 forks source link

Update dependencies and fix lint error for components not having display names #10

Closed billneff79 closed 7 years ago

billneff79 commented 7 years ago

update eslint-config to latest fix issue #3 by making sure all components will have discoverable displayNames via function names

developit commented 7 years ago

I optimized the build config a bit and this PR is now a net drop in filesize. Also added a pre-bundled module entry which will reduce the bundle size for those using webpack 2+.