Skip to content

Commit ebe0962

Browse files
committed
docs: added snippet option for website generation
1 parent a4aa8eb commit ebe0962

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/browser-sync/lib/default-config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,14 @@ module.exports = {
254254
*/
255255
logSnippet: true,
256256

257+
/**
258+
* You can prevent Browsersync from injecting the connection snippet
259+
* by passing `snippet: false`.
260+
* @property snippet
261+
* @type Boolean
262+
* @default undefined
263+
*/
264+
257265
/**
258266
* You can control how the snippet is injected
259267
* onto each page via a custom regex + function.

0 commit comments

Comments
 (0)