Skip to content

Commit

Permalink
docs: added snippet option for website generation
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jun 26, 2021
1 parent a4aa8eb commit ebe0962
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/browser-sync/lib/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,14 @@ module.exports = {
*/
logSnippet: true,

/**
* You can prevent Browsersync from injecting the connection snippet
* by passing `snippet: false`.
* @property snippet
* @type Boolean
* @default undefined
*/

/**
* You can control how the snippet is injected
* onto each page via a custom regex + function.
Expand Down

0 comments on commit ebe0962

Please sign in to comment.