Skip to content

Commit

Permalink
docs: added additional note about httpModule option - fixes #1485
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Sep 17, 2018
1 parent b7f664e commit 16487ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/default-config.js
Expand Up @@ -164,6 +164,8 @@ module.exports = {

/**
* Override http module to allow using 3rd party server modules (such as http2)
* *Note*: these modules are not included in the Browsersync package - you need
* to 'npm install' any that you'd like to use.
* @property httpModule
* @type string
* @default undefined
Expand Down

0 comments on commit 16487ad

Please sign in to comment.