Saket Patel

Results 5 comments of Saket Patel

when i was working with this layout i had made some changes in this layout to work properly, so you can check if it solves your problem also http://pastebin.com/fGRMBMfn

are we going ahead for monorepo architecture? I want brotli support in this plugin but looks like it's blocked because of that decision

Maybe we can use https://github.com/i18next/i18next-translation-parser to add support for i18next format, let me know if that works I can give it a try

@aurbano can you please review this? we are not able to use this library with preact because of this issue

We are bypassing husky install in circleci using below code, thought it might help you as well `"prepare": "is-ci || husky install"` above script needs to be added in package.json...