From c497faa07ac2dca487330bd4f8ce061dd34b6a54 Mon Sep 17 00:00:00 2001 From: wangao <1366463855@qq.com> Date: Wed, 29 Apr 2020 12:55:43 +0800 Subject: [PATCH] chore(config): delete render option --- nuxt.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index e663093ec..bdb2c421e 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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: [