Replies: 1 comment 2 replies
-
|
Hello! Thank you for reaching out. I hadn't opened a discord server that's why you didn't find it. I will link it to the readme when it's ready. Prerendering works as long as you specify the possible values of the locales if you use the locales in your path parameters. You can look at the Of course there is no As for using it in a monorepo, you just install and use it inside each package inside the monorepo, with separate configs for each. Just like vite. And you run the commands inside the packages as well. You could technically have a single config for the whole thing and specify the files relative to the root, if you put your vite config at the root, which I don't think is common. The rule of thumb is, put the config next to your vite config. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
First of all, thanks for this amazing library.
I have a monorepo with this structure
I installed wuchale on
appand it works like a charm.For
web, I can't figure out a way to generate a build with all .html files like I used to with ParaglideJS.Moreover, I was looking for some best practice to setup monorepo: in Lingui monorepo docs you need to create a root
lingui.config.jsand I was wondering if I could do the same in wuchale.I opened this topic because I didn't found the discord community, sorry if I did something wrong.
Beta Was this translation helpful? Give feedback.
All reactions