From 8ee236f30e3c85a8d57a99ab928a51e5449799fc Mon Sep 17 00:00:00 2001 From: lesion Date: Mon, 7 Feb 2022 12:34:06 +0100 Subject: [PATCH] do not build using hardSource --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 4be58aa9..a8cf7625 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -97,7 +97,7 @@ module.exports = { build: { corejs: 3, cache: true, - hardSource: true, + // hardSource: true, extractCSS: true, optimizeCSS: true, },