express-mongoose-es6-rest-api
express-mongoose-es6-rest-api copied to clipboard
What is the reason of removing babel and gulp?
With babel, I can use import/export statements, especially export default and export {}
node 14+ allows es6+ syntax nativelly. babel is great, but today is optional for most of users. https://nodejs.org/dist./v14.10.0/docs/api/esm.html