parent
5276a46afa
commit
3c60ad4f14
3 changed files with 15 additions and 4 deletions
|
|
@ -7,7 +7,15 @@ module.exports = {
|
|||
? './'
|
||||
: './',
|
||||
|
||||
devServer: {
|
||||
https: true
|
||||
},
|
||||
chainWebpack: config => {
|
||||
config.plugin('html').tap(args => {
|
||||
var c = require("./src/assets/config.json");
|
||||
args[0].title = c.appName;
|
||||
return args;
|
||||
})
|
||||
},
|
||||
|
||||
devServer: {
|
||||
//https: true
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue