Teemu Kerkola
Teemu Kerkola
It seems like using jiti with a higher version than in the example (1.21.0) will cause a webpack warning. Next config file ```js // next.config.mjs import createJiti from "jiti"; import...
> Just sharing this, if helps. In my case (monorepo), the current upgrade of jiti to v2 triggered an error because the "env/client" and "env/server" imported zod as `import {...
It seems like using jiti with a higher version than in the example (1.21.0) will cause a webpack warning. Next config file ```js // next.config.mjs import createJiti from "jiti"; import...