We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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;
import slug from 'mongoose-slug-generator;
Any chances of having the package updated in the near future to comply with ESM?
The text was updated successfully, but these errors were encountered:
import * as slugGenerator from 'mongoose-slug-generator';
Sorry, something went wrong.
@alextomas80 Thanks for pointing it out! Indeed, that was the solution!
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: