Skip to content

Commit 16487ad

Browse files
committed
docs: added additional note about httpModule option - fixes #1485
1 parent b7f664e commit 16487ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/default-config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ module.exports = {
164164

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

0 commit comments

Comments
 (0)