From f79a1af914fbea0675fc9db0a4854a70523c8f1f Mon Sep 17 00:00:00 2001 From: Jon Uhlmann Date: Mon, 13 Dec 2021 17:12:49 +0100 Subject: [PATCH] Fix: Set default for compilerOptions (svelte) --- defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.yaml b/defaults.yaml index ab2484c..3e99251 100644 --- a/defaults.yaml +++ b/defaults.yaml @@ -86,7 +86,7 @@ esbuild: enable: false options: compilerOptions: - css: false + css: true babel: enable: false options: null