mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 21:42:50 +00:00
fix(v2): add https support in webpack devserver (#3311)
This commit is contained in:
parent
aa9212cb45
commit
a999928ad8
|
|
@ -142,6 +142,7 @@ export default async function start(
|
|||
// `webpackHotDevClient`.
|
||||
injectClient: false,
|
||||
quiet: true,
|
||||
https: protocol === 'https',
|
||||
headers: {
|
||||
'access-control-allow-origin': '*',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue