From 9d2217b380a5f78e98551c69924ab304c9cea387 Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Wed, 30 Nov 2022 12:26:00 +0800 Subject: [PATCH] chore: optional compiler-sfc Signed-off-by: Yue Yang --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 174cbf6..7feea4a 100644 --- a/package.json +++ b/package.json @@ -81,6 +81,11 @@ "@vue/compiler-sfc": ">= 3", "vue": ">= 3" }, + "peerDependenciesMeta": { + "@vue/compiler-sfc": { + "optional": true + } + }, "husky": { "hooks": { "pre-commit": "kcd-scripts pre-commit"