Vite plugins not applied to route module when `route` is declared from another module
Open
bug
- Dominant language
- TypeScript
- Stars
- 38
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Routes can't be declared (with `import(...)` function) from any module other than the `saus.routes` module.
This is due to `compileNodeModule` being used on the route module, which means Vite plugins aren't applied.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.