jsDelivr - A free, fast, and reliable CDN for Open Source
Supports npm, GitHub, WordPress, Deno, and more. Largest network and best performance among all CDNs. Serving more than 80 billion requests per month. Built for production use.
www.jsdelivr.com
원래 일반적으로 그냥 github나 gist에 배포해서 <script> src에 js 주소를 넣어주면 되지 않나 싶었는데,
그렇게 하니까 CORS에러가 뜬다.
찾아보니 github repo나 npm 패키지를 cdn으로 배포해주는 무료 서비스가 있으니 이것을 이용하자
'개발 > Web Programming' 카테고리의 다른 글
jest에서 cypress로 테스트 프레임워크를 바꿔야겠다고 결심했다가 취소한 이유 (0) | 2021.09.20 |
---|---|
webpack, typescript, jest, storybook의 path alias 적용하기 (0) | 2021.09.06 |
Typescript 컴파일 속도 높이기 (0) | 2021.08.20 |
ChartJS를 그냥 사용하면 안되는 이유 (feat. momentJS) (0) | 2021.08.14 |
maxLength 특징 메모 (0) | 2021.08.09 |