소스 검색

docs: remove old legacy CDN reference

Murderlon 7 달 전
부모
커밋
b936304eef
1개의 변경된 파일0개의 추가작업 그리고 11개의 파일을 삭제
  1. 0 11
      docs/guides/browser-support.mdx

+ 0 - 11
docs/guides/browser-support.mdx

@@ -49,14 +49,3 @@ window.ResizeObserver ??= ResizeObserver;
 export { default } from '@uppy/core';
 export * from '@uppy/core';
 ```
-
-## Legacy CDN bundle
-
-<UppyCdnExample uppyJsName="uppy.legacy.min.js">
-	{`
-    import { Uppy, DragDrop, Tus } from "{{UPPY_JS_URL}}"
-    const uppy = new Uppy()
-    uppy.use(DragDrop, { target: '#uppy' })
-    uppy.use(Tus, { endpoint: '//tusd.tusdemo.net/files/' })
-  `}
-</UppyCdnExample>