-
-
Notifications
You must be signed in to change notification settings - Fork 110
nest does not work in production bundle #361
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingbundlingRelated to the way intlayer is bundled on application (Next.js, Vite.js, Nuxt.js, etc)Related to the way intlayer is bundled on application (Next.js, Vite.js, Nuxt.js, etc)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingbundlingRelated to the way intlayer is bundled on application (Next.js, Vite.js, Nuxt.js, etc)Related to the way intlayer is bundled on application (Next.js, Vite.js, Nuxt.js, etc)
I am facing the following issue: I have a common dictionary, and would like to reference some keys in smaller dictionaries. See attached code.
This works fine in
vitedev server, however, does not work in the production bundle (vite build && vite preview) - the strings do not get rendered.Common content:
concrete content:
usage:
What works is this, but this goes against the purpose of the nesting function