|
@@ -158,11 +158,9 @@ require('whatwg-fetch')
|
|
|
const Uppy = require('@uppy/core')
|
|
|
```
|
|
|
|
|
|
-If you're using Uppy via a script tag, you can load the polyfills from [JSDelivr](https://www.jsdelivr.com/) like so:
|
|
|
+If you're using Uppy from CDN, `es6-promise` and `whatwg-fetch` are already included in the bundle, no need to include anything additionally:
|
|
|
|
|
|
```html
|
|
|
-<script src="https://cdn.jsdelivr.net/npm/es6-promise@4.2.5/dist/es6-promise.auto.min.js"></script>
|
|
|
-<script src="https://cdn.jsdelivr.net/npm/whatwg-fetch@3.0.0/dist/fetch.umd.min.js"></script>
|
|
|
<script src="https://transloadit.edgly.net/releases/uppy/v1.0.0/uppy.min.js"></script>
|
|
|
```
|
|
|
|