fuse-box / fuse-box-aurelia-loader

MIT License
14 stars 2 forks source link

chore(loader) clean up module path checking #23

Closed vegarringdal closed 7 years ago

vegarringdal commented 7 years ago

22

arabsight commented 7 years ago

I think you want to set returnValue instead of returning no?.

retunValue = `${moduleId}/${entry}`; // vs return `${moduleId}/${entry}`;
vegarringdal commented 7 years ago

thx, Ill fix it when I get home. Didnt get this msg before now for some weird reason.