Kubide / mongoose-slug-generator

MIT License
30 stars 16 forks source link

update the package to export ES6 modules #18

Open monecchi opened 2 years ago

monecchi commented 2 years ago

I've refactored a nodejs project to use ES6 modules which depends on mongoose-slug-generator.

I'm getting an error when trying import slug from 'mongoose-slug-generator;

Any chances of having the package updated in the near future to comply with ESM?

alextomas80 commented 1 year ago

import * as slugGenerator from 'mongoose-slug-generator';

monecchi commented 1 year ago

@alextomas80 Thanks for pointing it out! Indeed, that was the solution!