diff --git a/src/index.js b/src/index.js index 710c009..29bd0e7 100644 --- a/src/index.js +++ b/src/index.js @@ -68,7 +68,7 @@ function createContext(ctx) { return ctx } -async function loader(filepath) { +function loader(filepath) { return req(filepath) }