mongoose-seed icon indicating copy to clipboard operation
mongoose-seed copied to clipboard

Seeder.prototype.loadModels -> include default

Open akaNightmare opened this issue 7 years ago • 1 comments

index.js line number 49 replace to:

var absoluteModelPath = path.resolve(modelPath),
    model = require(absoluteModelPath).default || require(absoluteModelPath);

akaNightmare avatar Mar 28 '17 19:03 akaNightmare

Hi akaNightmare, want to submit a PR?

seanemmer avatar Feb 26 '18 22:02 seanemmer