express-mongoose-es6-rest-api
express-mongoose-es6-rest-api copied to clipboard
Maybe use babel-cli will be better
trafficstars
i think use babel-node is better than gulp-babel
here are my package.json

You should explain why. A "maybe" wouldn't be enough for me to change my project.
Babel-node can run es6 or es7 directly. When the file changes, gulp will compile es6 to es5 and copy to dist, but it is really necessary?
A major reason - performance. Current watch gulp task has poor performance, to be easy noticed when your project grows.