Explorar el Código

docs: remove old legacy CDN reference

Murderlon hace 7 meses
padre
commit
b936304eef
Se han modificado 1 ficheros con 0 adiciones y 11 borrados
  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>