gulp 4.0 が正式リリースされましたが、v3 から v4 へのバージョンアップに伴い実施されたいくつかの修正が原因で、v3 環境で使用していた gulpfile.js ファイルがそのままでは正常に動作しなくなりました。v4 移行のために行った gulpfile.js ファイルの修正点をまとめます。 つい先日ですが、gulp 4.0 が正式リリースされ、本記事執筆現在、npm install gulp すると gulp 4.0.0 がインストールされるようになっています(今まではプレリリース扱いということで、npm install gulp@next と指定しなければ 4.0 はインストールされませんでした)。 Version 4.0 Now Default - gulpjs gulp changelog - gulpjs/gulp そこで早速ですが、試しにテスト環境作って gulp
Delete files and directories using globs Similar to rimraf, but with a Promise API and support for multiple files and globbing. It also protects you against deleting the current working directory and above. Install import {deleteAsync} from 'del'; const deletedFilePaths = await deleteAsync(['temp/*.js', '!temp/unicorn.js']); const deletedDirectoryPaths = await deleteAsync(['temp', 'public']); cons
This readme is for gulp-babel v8 + Babel v7 Check the 7.x branch for docs with Babel v6 usage gulp-babel Use next generation JavaScript, today, with Babel Issues with the output should be reported on the Babel issue tracker. Install Install gulp-babel if you want to get the pre-release of the next version of gulp-babel. # Babel 7 $ npm install --save-dev gulp-babel @babel/core @babel/preset-env #
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く