From ec609e8dad1cbf58daba310c72559a9e5fab8682 Mon Sep 17 00:00:00 2001 From: Huihui Wu Date: Mon, 26 Sep 2022 14:43:12 +0800 Subject: [PATCH] chore: add template in configuration file --- todo-list-SPFx/SPFx/.yo-rc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/todo-list-SPFx/SPFx/.yo-rc.json b/todo-list-SPFx/SPFx/.yo-rc.json index a4827053..c6422661 100644 --- a/todo-list-SPFx/SPFx/.yo-rc.json +++ b/todo-list-SPFx/SPFx/.yo-rc.json @@ -11,6 +11,7 @@ "solutionShortDescription": "todo-list-sp-fx description", "skipFeatureDeployment": true, "isDomainIsolated": false, - "componentType": "webpart" + "componentType": "webpart", + "template": "react" } }