mongoose-update-if-current
mongoose-update-if-current copied to clipboard
[CHORE]
Eoin, thanks for the awesome plugin!
Describe the solution you'd like I think it's better to use babel-plugin-add-module-exports instead of core-js and regenerator-runtime.
.babelrc
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": true
}
}
]
],
"plugins": ["add-module-exports"]
}