Makes testing of e.g. audio recording possible, since Chrome won't record audio while on http pages.
13 lines
No EOL
187 B
JavaScript
13 lines
No EOL
187 B
JavaScript
module.exports = {
|
|
"transpileDependencies": [
|
|
"vuetify"
|
|
],
|
|
|
|
publicPath: process.env.NODE_ENV === 'production'
|
|
? './'
|
|
: './',
|
|
|
|
devServer: {
|
|
https: true
|
|
},
|
|
} |