express-mongoose-es6-rest-api icon indicating copy to clipboard operation
express-mongoose-es6-rest-api copied to clipboard

What is the reason of removing babel and gulp?

Open kitce opened this issue 7 years ago • 1 comments

With babel, I can use import/export statements, especially export default and export {}

kitce avatar Mar 29 '18 18:03 kitce

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

jpolvora avatar Mar 22 '22 01:03 jpolvora