iOSやAndroid開発でのエラー解決法や便利tipsのメモ
スポンサードリンク
gulpのversion3.9.0からgulpfile.babel.jsというファイル名にすればES6で書けるようになったようです。
You can now write gulpfiles in ES6/7 by naming it gulpfile.babel.js
gulpのバージョンが3.9以前だと”No gulpfile found” エラーになってしまいます。
gulpを最新のものにアップデートしてあげましょう。
スポンサードリンク
You can be the first to comment!