나는 quick start을 따라 작업하고 hello world webpart를 만들었습니다.Sharepoint SPFX - 외부 자바 스크립트로드 문제
나는 트위터 위젯을 포함 할, 그래서 외부 자바 스크립트를 추가하는 방법에 대한 가이드를 따라 한 this이 자식 허브에서 연결되어
나는 내 config.json에 다음을 추가
"externals": {
"widgets":"https://platform.twitter.com/widgets.js"
},
및 나는 다음과 같은 오류가,
import 'widgets';
로 가져 그러나
***Failed to load component "ab3668f3-39a2-4b40-a307-a1bea4023df9" (TwitterWebPart).
Original error: ***Failed to load URL 'https://platform.twitter.com/widgets.js' for resource 'widgets' in component 'ab3668f3-39a2-4b40-a307-a1bea4023df9' (TwitterWebPart). There was a network problem.
This may be a problem with a HTTPS certificate. Make sure you have the right certificate.
URL은 https://platform.twitter.com/widgets.js
입니다.