egg icon indicating copy to clipboard operation
egg copied to clipboard

Unable to change the directory structure with customLoader

Open arahmanali opened this issue 5 years ago • 0 comments

What happens?

I need to change the directory structure to module driven approach.

Mini Showcase

My Structure Screenshot 2020-12-12 at 1 29 50 PM My Config Screenshot 2020-12-12 at 1 31 54 PM My router.js

const { controller } = app.blog;
router.get("/", .controller.home.index);

What I Got app.blog shows an empty object {}

Expected behavior controller & home object should be there to access index function.

Context

  • Node Version: v12.16.1
  • Egg Version: ^2.15.1
  • Platform: macOS Catalina 10.15.6

arahmanali avatar Dec 12 '20 08:12 arahmanali