neeppy
Results
2
issues of
neeppy
We've been using `next-translate` for a while and stumbled upon this issue: Exporting a page component by `export { default } from 'path/to/PageComponent'` seems to break the page compilation (next...
**Context** I have a NextJS application (running JS, not TS) with a `jsconfig.json` file used to map some module aliases (`@utils` for example). Everything works fine there! However, we need...