Vite plugins not applied to route module when route
is declared from another module
#79
Labels
bug
Something isn't working
route
is declared from another module
#79
Routes can't be declared (with
import(...)
function) from any module other than thesaus.routes
module.This is due to
compileNodeModule
being used on the route module, which means Vite plugins aren't applied.The text was updated successfully, but these errors were encountered: