We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fe60f commit 7f5ac01Copy full SHA for 7f5ac01
docs/recipes/exports-as-tasks.md
@@ -18,3 +18,5 @@ export default function dev() {
18
gulp.watch('src/*.js', ['build']);
19
}
20
```
21
+
22
+This will **not** work with the gulp-cli version bundled with gulp 3.x. You must use the latest published version.
0 commit comments