We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe2ccb commit 0aa00a7Copy full SHA for 0aa00a7
index.js
@@ -102,6 +102,10 @@ module.exports.reload = noop("reload");
102
*
103
* @method stream
104
* @param {Object} [opts] Configuration for the stream method
105
+ * @param {Object} [opts.match] Resulting files to reload. The path is from the
106
+ * root of the site (not the root of your project). You can use '**' to recurse
107
+ * directories.
108
+ * @param {Object} [opts.once] Only reload on the first changed file in teh stream.
109
* @since 2.6.0
110
* @returns {*}
111
*/
0 commit comments