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
Following up on #987 sequelize-cli v6 uses an import wrapper to support ESM.
import
For sequelize-cli v7, which drops node 10, please support ESM natively:
.sequelizerc
module.exports
require
Thanks!
The text was updated successfully, but these errors were encountered:
A .sequelizerc ESM example can already be added for v6 :) #990
Sorry, something went wrong.
No branches or pull requests
Following up on #987
sequelize-cli v6 uses an
import
wrapper to support ESM.For sequelize-cli v7, which drops node 10, please support ESM natively:
import
instead of the wrapper.sequelizerc
no longer havingmodule.exports
andrequire
.sequelizerc
ESM example in docsThanks!
The text was updated successfully, but these errors were encountered: