Переглянути джерело

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>