From 0c39af9b625947c289524162dc04b61d28eda74c Mon Sep 17 00:00:00 2001 From: mikkame Date: Sat, 21 Mar 2020 01:10:43 +0900 Subject: [PATCH] disable hardSource --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index f35ae7ae..7d2c9b6c 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -135,7 +135,7 @@ const config: Configuration = { ] }, // https://ja.nuxtjs.org/api/configuration-build/#hardsource - hardSource: process.env.NODE_ENV === 'development' + // hardSource: process.env.NODE_ENV === 'development' }, manifest: { name: '東京都 新型コロナウイルス感染症対策サイト',