node-modules/loading

ignore return undefined module

fengmk2 opened this issue · 0 comments

foo.js

module.exports = function (app) {
  return;
};