airbnb / goji-js

React ❤️ Mini Program
https://goji.js.org
MIT License
224 stars 27 forks source link

Add Babel dependencies to @goji/cli #142

Closed malash closed 2 years ago

malash commented 2 years ago

peerDependencies is not a good choice for @goji/cli because wrong version of dependencies might cause build time error. This PR add Babel dependencies to @goji/cli to prevent this type of issue.