chore(config): delete render option
This commit is contained in:
parent
2033eec0e8
commit
c497faa07a
1 changed files with 0 additions and 7 deletions
|
|
@ -34,13 +34,6 @@ export default {
|
|||
server: {
|
||||
host: "0.0.0.0", // default: localhost
|
||||
},
|
||||
render: {
|
||||
bundleRenderer: {
|
||||
shouldPreload: (file, type) => {
|
||||
return ["script", "style", "font"].includes(type)
|
||||
},
|
||||
},
|
||||
},
|
||||
head: {
|
||||
title: `${options.name} \u2022 ${options.shortDescription}`,
|
||||
meta: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue