Run local dev server on https
Makes testing of e.g. audio recording possible, since Chrome won't record audio while on http pages.
This commit is contained in:
parent
b8aeb02b50
commit
20fcc29fbc
1 changed files with 4 additions and 0 deletions
|
|
@ -6,4 +6,8 @@ module.exports = {
|
||||||
publicPath: process.env.NODE_ENV === 'production'
|
publicPath: process.env.NODE_ENV === 'production'
|
||||||
? './'
|
? './'
|
||||||
: './',
|
: './',
|
||||||
|
|
||||||
|
devServer: {
|
||||||
|
https: true
|
||||||
|
},
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue