收藏Girish kumar Manoharan (Hm Education) 提问于 #Salesforce Developer2022年3月12日 17:38Unable to build Lightning Component source for markup://c:sha: Invalid suffix: json.2 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...Jon Schleicher (Self)2023年9月24日 21:27this may apply to building a component as it applies to creating a fully validated package version: in the .forceignore file i had: # LWC configuration files**/jsconfig.json**/.eslintrc.json I needed to add: # LWC Jest**/__tests__/**```显示更多添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
Jon Schleicher (Self)2023年9月24日 21:27this may apply to building a component as it applies to creating a fully validated package version: in the .forceignore file i had: # LWC configuration files**/jsconfig.json**/.eslintrc.json I needed to add: # LWC Jest**/__tests__/**```显示更多