From 7c3e9638ca2ed76300798e3936efc72997d346c7 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 20 May 2022 11:32:05 +0200 Subject: [PATCH 1/2] doc: update bundler recommendation With the switch to ESM, Browserify will no longer work with Uppy. I'm also removing Webpack from the list as it doesn't seem like a good fit to me. Instead, I suggest we recommend bundlers that we actually test with. --- README.md | 4 ++-- packages/@uppy/angular/projects/uppy/angular/README.md | 2 +- packages/@uppy/audio/README.md | 2 +- packages/@uppy/aws-s3-multipart/README.md | 2 +- packages/@uppy/aws-s3/README.md | 2 +- packages/@uppy/box/README.md | 2 +- packages/@uppy/core/README.md | 2 +- packages/@uppy/dashboard/README.md | 2 +- packages/@uppy/drag-drop/README.md | 2 +- packages/@uppy/dropbox/README.md | 2 +- packages/@uppy/facebook/README.md | 2 +- packages/@uppy/file-input/README.md | 2 +- packages/@uppy/form/README.md | 2 +- packages/@uppy/golden-retriever/README.md | 2 +- packages/@uppy/google-drive/README.md | 2 +- packages/@uppy/image-editor/README.md | 2 +- packages/@uppy/informer/README.md | 2 +- packages/@uppy/instagram/README.md | 2 +- packages/@uppy/onedrive/README.md | 2 +- packages/@uppy/progress-bar/README.md | 2 +- packages/@uppy/react/README.md | 2 +- packages/@uppy/redux-dev-tools/README.md | 2 +- packages/@uppy/robodog/README.md | 2 +- packages/@uppy/screen-capture/README.md | 2 +- packages/@uppy/status-bar/README.md | 2 +- packages/@uppy/store-default/README.md | 2 +- packages/@uppy/store-redux/README.md | 2 +- packages/@uppy/thumbnail-generator/README.md | 2 +- packages/@uppy/transloadit/README.md | 2 +- packages/@uppy/tus/README.md | 2 +- packages/@uppy/unsplash/README.md | 2 +- packages/@uppy/url/README.md | 2 +- packages/@uppy/vue/README.md | 2 +- packages/@uppy/webcam/README.md | 2 +- packages/@uppy/xhr-upload/README.md | 2 +- packages/@uppy/zoom/README.md | 2 +- website/src/docs/index.md | 2 +- website/src/docs/robodog.md | 6 +----- 38 files changed, 39 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index c6cce7e319..81a3eba4aa 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,9 @@ const uppy = new Uppy({ autoProceed: false }) $ npm install @uppy/core @uppy/dashboard @uppy/tus ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). -Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v2.10.0/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it — transforms and plugins are available for Browserify and Webpack. +Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v2.10.0/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it. Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. diff --git a/packages/@uppy/angular/projects/uppy/angular/README.md b/packages/@uppy/angular/projects/uppy/angular/README.md index 978016603f..284e6a996d 100644 --- a/packages/@uppy/angular/projects/uppy/angular/README.md +++ b/packages/@uppy/angular/projects/uppy/angular/README.md @@ -20,7 +20,7 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com), $ npm install @uppy/angular --save ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/audio/README.md b/packages/@uppy/audio/README.md index 81e9a4e5a3..be9c489de7 100644 --- a/packages/@uppy/audio/README.md +++ b/packages/@uppy/audio/README.md @@ -24,7 +24,7 @@ uppy.use(Audio) $ npm install @uppy/audio ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/aws-s3-multipart/README.md b/packages/@uppy/aws-s3-multipart/README.md index 05d6d7c6c1..1e1f83aded 100644 --- a/packages/@uppy/aws-s3-multipart/README.md +++ b/packages/@uppy/aws-s3-multipart/README.md @@ -30,7 +30,7 @@ uppy.use(AwsS3Multipart, { $ npm install @uppy/aws-s3-multipart ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/aws-s3/README.md b/packages/@uppy/aws-s3/README.md index 5af8e70246..5f52bd7a79 100644 --- a/packages/@uppy/aws-s3/README.md +++ b/packages/@uppy/aws-s3/README.md @@ -31,7 +31,7 @@ uppy.use(AwsS3, { $ npm install @uppy/aws-s3 ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/box/README.md b/packages/@uppy/box/README.md index 5d7cff3e97..2dd32fb27d 100644 --- a/packages/@uppy/box/README.md +++ b/packages/@uppy/box/README.md @@ -31,7 +31,7 @@ uppy.use(Box, { $ npm install @uppy/box ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/core/README.md b/packages/@uppy/core/README.md index 23ad3a43b4..e8128ef8ee 100644 --- a/packages/@uppy/core/README.md +++ b/packages/@uppy/core/README.md @@ -32,7 +32,7 @@ uppy.use(SomePlugin) $ npm install @uppy/core ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/dashboard/README.md b/packages/@uppy/dashboard/README.md index b351f7b1ca..4a3c2c92c7 100644 --- a/packages/@uppy/dashboard/README.md +++ b/packages/@uppy/dashboard/README.md @@ -39,7 +39,7 @@ uppy.use(Dashboard, { $ npm install @uppy/dashboard ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/drag-drop/README.md b/packages/@uppy/drag-drop/README.md index ff77d60af4..a61a013579 100644 --- a/packages/@uppy/drag-drop/README.md +++ b/packages/@uppy/drag-drop/README.md @@ -31,7 +31,7 @@ uppy.use(DragDrop, { $ npm install @uppy/drag-drop ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/dropbox/README.md b/packages/@uppy/dropbox/README.md index 0cb9126336..39e7f0df23 100644 --- a/packages/@uppy/dropbox/README.md +++ b/packages/@uppy/dropbox/README.md @@ -31,7 +31,7 @@ uppy.use(Dropbox, { $ npm install @uppy/dropbox ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/facebook/README.md b/packages/@uppy/facebook/README.md index 4d39843de3..5d55eccf73 100644 --- a/packages/@uppy/facebook/README.md +++ b/packages/@uppy/facebook/README.md @@ -31,7 +31,7 @@ uppy.use(Facebook, { $ npm install @uppy/facebook ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/file-input/README.md b/packages/@uppy/file-input/README.md index fe0cd8a90f..e0b82af851 100644 --- a/packages/@uppy/file-input/README.md +++ b/packages/@uppy/file-input/README.md @@ -31,7 +31,7 @@ uppy.use(FileInput, { $ npm install @uppy/file-input ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/form/README.md b/packages/@uppy/form/README.md index 21029e6ed1..e8ab42fac9 100644 --- a/packages/@uppy/form/README.md +++ b/packages/@uppy/form/README.md @@ -33,7 +33,7 @@ uppy.use(Form, { $ npm install @uppy/form ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/golden-retriever/README.md b/packages/@uppy/golden-retriever/README.md index 8a5256e4d7..2cdce3d51d 100644 --- a/packages/@uppy/golden-retriever/README.md +++ b/packages/@uppy/golden-retriever/README.md @@ -29,7 +29,7 @@ uppy.use(GoldenRetriever, { $ npm install @uppy/golden-retriever ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/google-drive/README.md b/packages/@uppy/google-drive/README.md index fdde8e06d6..8adf703e98 100644 --- a/packages/@uppy/google-drive/README.md +++ b/packages/@uppy/google-drive/README.md @@ -31,7 +31,7 @@ uppy.use(GoogleDrive, { $ npm install @uppy/google-drive ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/image-editor/README.md b/packages/@uppy/image-editor/README.md index a0c89b0c8e..af5216aa71 100644 --- a/packages/@uppy/image-editor/README.md +++ b/packages/@uppy/image-editor/README.md @@ -36,7 +36,7 @@ uppy.use(ImageEditor, { $ npm install @uppy/image-editor ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/informer/README.md b/packages/@uppy/informer/README.md index 1f5627a8b5..9e7ff31a1f 100644 --- a/packages/@uppy/informer/README.md +++ b/packages/@uppy/informer/README.md @@ -29,7 +29,7 @@ uppy.use(Informer, { $ npm install @uppy/informer ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/instagram/README.md b/packages/@uppy/instagram/README.md index 1908d30936..2cdc06fe6f 100644 --- a/packages/@uppy/instagram/README.md +++ b/packages/@uppy/instagram/README.md @@ -30,7 +30,7 @@ uppy.use(Instagram, { $ npm install @uppy/instagram ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/onedrive/README.md b/packages/@uppy/onedrive/README.md index 232aa464de..e8079d7ccc 100644 --- a/packages/@uppy/onedrive/README.md +++ b/packages/@uppy/onedrive/README.md @@ -31,7 +31,7 @@ uppy.use(OneDrive, { $ npm install @uppy/onedrive ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/progress-bar/README.md b/packages/@uppy/progress-bar/README.md index 97ca1dc149..41aa0928af 100644 --- a/packages/@uppy/progress-bar/README.md +++ b/packages/@uppy/progress-bar/README.md @@ -29,7 +29,7 @@ uppy.use(ProgressBar, { $ npm install @uppy/progress-bar ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/react/README.md b/packages/@uppy/react/README.md index ef70bc0c6f..200b95de41 100644 --- a/packages/@uppy/react/README.md +++ b/packages/@uppy/react/README.md @@ -44,7 +44,7 @@ class Example extends React.Component { $ npm install @uppy/react ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/redux-dev-tools/README.md b/packages/@uppy/redux-dev-tools/README.md index fc0100ec9b..1a06481774 100644 --- a/packages/@uppy/redux-dev-tools/README.md +++ b/packages/@uppy/redux-dev-tools/README.md @@ -27,7 +27,7 @@ uppy.use(ReduxDevTools) $ npm install @uppy/redux-dev-tools ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/robodog/README.md b/packages/@uppy/robodog/README.md index a13c90ea90..be8d7a9580 100644 --- a/packages/@uppy/robodog/README.md +++ b/packages/@uppy/robodog/README.md @@ -15,7 +15,7 @@ Robodog is an Uppy-based library that pulls your files through Transloadit for a $ npm install @uppy/robodog ``` -We recommend installing from npm and then using a module bundler such as [Webpack](http://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this package in a pre-built bundle from Transloadit’s CDN: Edgly. diff --git a/packages/@uppy/screen-capture/README.md b/packages/@uppy/screen-capture/README.md index d9043ddd2b..c3b322a5be 100644 --- a/packages/@uppy/screen-capture/README.md +++ b/packages/@uppy/screen-capture/README.md @@ -27,7 +27,7 @@ uppy.use(ScreenCapture) $ npm install @uppy/screen-capture ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/status-bar/README.md b/packages/@uppy/status-bar/README.md index a35426af41..5949d04a58 100644 --- a/packages/@uppy/status-bar/README.md +++ b/packages/@uppy/status-bar/README.md @@ -33,7 +33,7 @@ uppy.use(StatusBar, { $ npm install @uppy/status-bar ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/store-default/README.md b/packages/@uppy/store-default/README.md index e1912fb0f6..7d2d4da706 100644 --- a/packages/@uppy/store-default/README.md +++ b/packages/@uppy/store-default/README.md @@ -28,7 +28,7 @@ const uppy = new Uppy({ $ npm install @uppy/store-default ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this package in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/store-redux/README.md b/packages/@uppy/store-redux/README.md index 9cdd016393..0aa14fd667 100644 --- a/packages/@uppy/store-redux/README.md +++ b/packages/@uppy/store-redux/README.md @@ -36,7 +36,7 @@ const uppy = new Uppy({ store }) $ npm install @uppy/store-redux ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/thumbnail-generator/README.md b/packages/@uppy/thumbnail-generator/README.md index a0a7ee0711..f4ab219f07 100644 --- a/packages/@uppy/thumbnail-generator/README.md +++ b/packages/@uppy/thumbnail-generator/README.md @@ -29,7 +29,7 @@ uppy.use(ThumbnailGenerator, { $ npm install @uppy/thumbnail-generator ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/transloadit/README.md b/packages/@uppy/transloadit/README.md index 9a6b10f117..8a958bd5cc 100644 --- a/packages/@uppy/transloadit/README.md +++ b/packages/@uppy/transloadit/README.md @@ -31,7 +31,7 @@ uppy.use(Transloadit, { $ npm install @uppy/transloadit ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/tus/README.md b/packages/@uppy/tus/README.md index 08998682b4..1e768dcff2 100644 --- a/packages/@uppy/tus/README.md +++ b/packages/@uppy/tus/README.md @@ -31,7 +31,7 @@ uppy.use(Tus, { $ npm install @uppy/tus ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/unsplash/README.md b/packages/@uppy/unsplash/README.md index d39105d574..6e8741f41f 100644 --- a/packages/@uppy/unsplash/README.md +++ b/packages/@uppy/unsplash/README.md @@ -31,7 +31,7 @@ uppy.use(Unsplash, { $ npm install @uppy/unsplash --save ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/url/README.md b/packages/@uppy/url/README.md index d90bd62553..6f8f971044 100644 --- a/packages/@uppy/url/README.md +++ b/packages/@uppy/url/README.md @@ -31,7 +31,7 @@ uppy.use(Url, { $ npm install @uppy/url ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/vue/README.md b/packages/@uppy/vue/README.md index fab2f28ddb..16e09b696c 100644 --- a/packages/@uppy/vue/README.md +++ b/packages/@uppy/vue/README.md @@ -52,7 +52,7 @@ export default { $ npm install @uppy/vue ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/webcam/README.md b/packages/@uppy/webcam/README.md index 268b242a75..66275bf1bd 100644 --- a/packages/@uppy/webcam/README.md +++ b/packages/@uppy/webcam/README.md @@ -31,7 +31,7 @@ uppy.use(Webcam, { $ npm install @uppy/webcam ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/xhr-upload/README.md b/packages/@uppy/xhr-upload/README.md index 2a43cb7ed3..6ff43b7ae7 100644 --- a/packages/@uppy/xhr-upload/README.md +++ b/packages/@uppy/xhr-upload/README.md @@ -29,7 +29,7 @@ uppy.use(Uppy, { $ npm install @uppy/xhr-upload ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/packages/@uppy/zoom/README.md b/packages/@uppy/zoom/README.md index c9cd3f0b48..8902ba0082 100644 --- a/packages/@uppy/zoom/README.md +++ b/packages/@uppy/zoom/README.md @@ -31,7 +31,7 @@ uppy.use(Zoom, { $ npm install @uppy/zoom ``` -We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/). +We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. diff --git a/website/src/docs/index.md b/website/src/docs/index.md index a220c0a1a4..518de54648 100644 --- a/website/src/docs/index.md +++ b/website/src/docs/index.md @@ -49,7 +49,7 @@ Adding [Companion](/docs/companion/) to the mix enables remote sources such as I ## Installation -Uppy can be used with a module bundler such as [Webpack](http://webpack.js.org/) or [Browserify](http://browserify.org/), or by including it in a script tag. +Uppy can be used with a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org), or by including it in a script tag. > You may need polyfills if your application supports Internet Explorer or other older browsers. See [Browser Support](#Browser-Support). diff --git a/website/src/docs/robodog.md b/website/src/docs/robodog.md index 932b4d2d79..fd556550c9 100644 --- a/website/src/docs/robodog.md +++ b/website/src/docs/robodog.md @@ -21,7 +21,7 @@ Robodog can be downloaded from npm: npm install @uppy/robodog ``` -Then, with a bundler such as [webpack][webpack] or [Browserify][browserify], do: +Then, with a bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org), do: ```js import robodog from '@uppy/robodog' @@ -113,7 +113,3 @@ resultPromise.then((bundle) => { View Documentation [transloadit]: https://transloadit.com/ - -[browserify]: https://browserify.org - -[webpack]: https://webpack.js.org From 6c69318136c35594d4ac400d3b972663c712cad9 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 23 May 2022 18:53:31 +0200 Subject: [PATCH 2/2] remove bundler reco in README files --- README.md | 2 -- packages/@uppy/angular/projects/uppy/angular/README.md | 2 -- packages/@uppy/audio/README.md | 2 -- packages/@uppy/aws-s3-multipart/README.md | 2 -- packages/@uppy/aws-s3/README.md | 2 -- packages/@uppy/box/README.md | 2 -- packages/@uppy/core/README.md | 2 -- packages/@uppy/dashboard/README.md | 2 -- packages/@uppy/drag-drop/README.md | 2 -- packages/@uppy/dropbox/README.md | 2 -- packages/@uppy/facebook/README.md | 2 -- packages/@uppy/file-input/README.md | 2 -- packages/@uppy/form/README.md | 2 -- packages/@uppy/golden-retriever/README.md | 2 -- packages/@uppy/google-drive/README.md | 2 -- packages/@uppy/image-editor/README.md | 2 -- packages/@uppy/informer/README.md | 2 -- packages/@uppy/instagram/README.md | 2 -- packages/@uppy/onedrive/README.md | 2 -- packages/@uppy/progress-bar/README.md | 2 -- packages/@uppy/react/README.md | 2 -- packages/@uppy/redux-dev-tools/README.md | 2 -- packages/@uppy/robodog/README.md | 2 -- packages/@uppy/screen-capture/README.md | 2 -- packages/@uppy/status-bar/README.md | 2 -- packages/@uppy/store-default/README.md | 2 -- packages/@uppy/store-redux/README.md | 2 -- packages/@uppy/thumbnail-generator/README.md | 2 -- packages/@uppy/transloadit/README.md | 2 -- packages/@uppy/tus/README.md | 2 -- packages/@uppy/unsplash/README.md | 2 -- packages/@uppy/url/README.md | 2 -- packages/@uppy/vue/README.md | 2 -- packages/@uppy/webcam/README.md | 2 -- packages/@uppy/xhr-upload/README.md | 2 -- packages/@uppy/zoom/README.md | 2 -- 36 files changed, 72 deletions(-) diff --git a/README.md b/README.md index 81a3eba4aa..13312e887e 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,6 @@ const uppy = new Uppy({ autoProceed: false }) $ npm install @uppy/core @uppy/dashboard @uppy/tus ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v2.10.0/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it. Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. diff --git a/packages/@uppy/angular/projects/uppy/angular/README.md b/packages/@uppy/angular/projects/uppy/angular/README.md index 284e6a996d..f474b44d20 100644 --- a/packages/@uppy/angular/projects/uppy/angular/README.md +++ b/packages/@uppy/angular/projects/uppy/angular/README.md @@ -20,8 +20,6 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com), $ npm install @uppy/angular --save ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/audio/README.md b/packages/@uppy/audio/README.md index be9c489de7..06de4f0ab8 100644 --- a/packages/@uppy/audio/README.md +++ b/packages/@uppy/audio/README.md @@ -24,8 +24,6 @@ uppy.use(Audio) $ npm install @uppy/audio ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/aws-s3-multipart/README.md b/packages/@uppy/aws-s3-multipart/README.md index 1e1f83aded..87e727f447 100644 --- a/packages/@uppy/aws-s3-multipart/README.md +++ b/packages/@uppy/aws-s3-multipart/README.md @@ -30,8 +30,6 @@ uppy.use(AwsS3Multipart, { $ npm install @uppy/aws-s3-multipart ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/aws-s3/README.md b/packages/@uppy/aws-s3/README.md index 5f52bd7a79..c1eaa111a2 100644 --- a/packages/@uppy/aws-s3/README.md +++ b/packages/@uppy/aws-s3/README.md @@ -31,8 +31,6 @@ uppy.use(AwsS3, { $ npm install @uppy/aws-s3 ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/box/README.md b/packages/@uppy/box/README.md index 2dd32fb27d..23434bb93f 100644 --- a/packages/@uppy/box/README.md +++ b/packages/@uppy/box/README.md @@ -31,8 +31,6 @@ uppy.use(Box, { $ npm install @uppy/box ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/core/README.md b/packages/@uppy/core/README.md index e8128ef8ee..63fa1714f2 100644 --- a/packages/@uppy/core/README.md +++ b/packages/@uppy/core/README.md @@ -32,8 +32,6 @@ uppy.use(SomePlugin) $ npm install @uppy/core ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/dashboard/README.md b/packages/@uppy/dashboard/README.md index 4a3c2c92c7..8a4653238c 100644 --- a/packages/@uppy/dashboard/README.md +++ b/packages/@uppy/dashboard/README.md @@ -39,8 +39,6 @@ uppy.use(Dashboard, { $ npm install @uppy/dashboard ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/drag-drop/README.md b/packages/@uppy/drag-drop/README.md index a61a013579..84ac80198d 100644 --- a/packages/@uppy/drag-drop/README.md +++ b/packages/@uppy/drag-drop/README.md @@ -31,8 +31,6 @@ uppy.use(DragDrop, { $ npm install @uppy/drag-drop ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/dropbox/README.md b/packages/@uppy/dropbox/README.md index 39e7f0df23..a13f1af14f 100644 --- a/packages/@uppy/dropbox/README.md +++ b/packages/@uppy/dropbox/README.md @@ -31,8 +31,6 @@ uppy.use(Dropbox, { $ npm install @uppy/dropbox ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/facebook/README.md b/packages/@uppy/facebook/README.md index 5d55eccf73..0c5c1374c3 100644 --- a/packages/@uppy/facebook/README.md +++ b/packages/@uppy/facebook/README.md @@ -31,8 +31,6 @@ uppy.use(Facebook, { $ npm install @uppy/facebook ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/file-input/README.md b/packages/@uppy/file-input/README.md index e0b82af851..649a82e51a 100644 --- a/packages/@uppy/file-input/README.md +++ b/packages/@uppy/file-input/README.md @@ -31,8 +31,6 @@ uppy.use(FileInput, { $ npm install @uppy/file-input ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/form/README.md b/packages/@uppy/form/README.md index e8ab42fac9..53f57ab419 100644 --- a/packages/@uppy/form/README.md +++ b/packages/@uppy/form/README.md @@ -33,8 +33,6 @@ uppy.use(Form, { $ npm install @uppy/form ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/golden-retriever/README.md b/packages/@uppy/golden-retriever/README.md index 2cdce3d51d..4958eac077 100644 --- a/packages/@uppy/golden-retriever/README.md +++ b/packages/@uppy/golden-retriever/README.md @@ -29,8 +29,6 @@ uppy.use(GoldenRetriever, { $ npm install @uppy/golden-retriever ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/google-drive/README.md b/packages/@uppy/google-drive/README.md index 8adf703e98..408595db97 100644 --- a/packages/@uppy/google-drive/README.md +++ b/packages/@uppy/google-drive/README.md @@ -31,8 +31,6 @@ uppy.use(GoogleDrive, { $ npm install @uppy/google-drive ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/image-editor/README.md b/packages/@uppy/image-editor/README.md index af5216aa71..6c4269845b 100644 --- a/packages/@uppy/image-editor/README.md +++ b/packages/@uppy/image-editor/README.md @@ -36,8 +36,6 @@ uppy.use(ImageEditor, { $ npm install @uppy/image-editor ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/informer/README.md b/packages/@uppy/informer/README.md index 9e7ff31a1f..30ad73ca20 100644 --- a/packages/@uppy/informer/README.md +++ b/packages/@uppy/informer/README.md @@ -29,8 +29,6 @@ uppy.use(Informer, { $ npm install @uppy/informer ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/instagram/README.md b/packages/@uppy/instagram/README.md index 2cdc06fe6f..836c2f26ca 100644 --- a/packages/@uppy/instagram/README.md +++ b/packages/@uppy/instagram/README.md @@ -30,8 +30,6 @@ uppy.use(Instagram, { $ npm install @uppy/instagram ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/onedrive/README.md b/packages/@uppy/onedrive/README.md index e8079d7ccc..e6db1a5772 100644 --- a/packages/@uppy/onedrive/README.md +++ b/packages/@uppy/onedrive/README.md @@ -31,8 +31,6 @@ uppy.use(OneDrive, { $ npm install @uppy/onedrive ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/progress-bar/README.md b/packages/@uppy/progress-bar/README.md index 41aa0928af..c01e2eb27a 100644 --- a/packages/@uppy/progress-bar/README.md +++ b/packages/@uppy/progress-bar/README.md @@ -29,8 +29,6 @@ uppy.use(ProgressBar, { $ npm install @uppy/progress-bar ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/react/README.md b/packages/@uppy/react/README.md index 200b95de41..65c09a7d0b 100644 --- a/packages/@uppy/react/README.md +++ b/packages/@uppy/react/README.md @@ -44,8 +44,6 @@ class Example extends React.Component { $ npm install @uppy/react ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/redux-dev-tools/README.md b/packages/@uppy/redux-dev-tools/README.md index 1a06481774..acbf6c48c2 100644 --- a/packages/@uppy/redux-dev-tools/README.md +++ b/packages/@uppy/redux-dev-tools/README.md @@ -27,8 +27,6 @@ uppy.use(ReduxDevTools) $ npm install @uppy/redux-dev-tools ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/robodog/README.md b/packages/@uppy/robodog/README.md index be8d7a9580..771023c0e9 100644 --- a/packages/@uppy/robodog/README.md +++ b/packages/@uppy/robodog/README.md @@ -15,8 +15,6 @@ Robodog is an Uppy-based library that pulls your files through Transloadit for a $ npm install @uppy/robodog ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this package in a pre-built bundle from Transloadit’s CDN: Edgly. ```html diff --git a/packages/@uppy/screen-capture/README.md b/packages/@uppy/screen-capture/README.md index c3b322a5be..0228165fa1 100644 --- a/packages/@uppy/screen-capture/README.md +++ b/packages/@uppy/screen-capture/README.md @@ -27,8 +27,6 @@ uppy.use(ScreenCapture) $ npm install @uppy/screen-capture ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/status-bar/README.md b/packages/@uppy/status-bar/README.md index 5949d04a58..7792602714 100644 --- a/packages/@uppy/status-bar/README.md +++ b/packages/@uppy/status-bar/README.md @@ -33,8 +33,6 @@ uppy.use(StatusBar, { $ npm install @uppy/status-bar ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/store-default/README.md b/packages/@uppy/store-default/README.md index 7d2d4da706..4eaef08deb 100644 --- a/packages/@uppy/store-default/README.md +++ b/packages/@uppy/store-default/README.md @@ -28,8 +28,6 @@ const uppy = new Uppy({ $ npm install @uppy/store-default ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this package in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/store-redux/README.md b/packages/@uppy/store-redux/README.md index 0aa14fd667..7d8b97cc60 100644 --- a/packages/@uppy/store-redux/README.md +++ b/packages/@uppy/store-redux/README.md @@ -36,8 +36,6 @@ const uppy = new Uppy({ store }) $ npm install @uppy/store-redux ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/thumbnail-generator/README.md b/packages/@uppy/thumbnail-generator/README.md index f4ab219f07..12c85dbe34 100644 --- a/packages/@uppy/thumbnail-generator/README.md +++ b/packages/@uppy/thumbnail-generator/README.md @@ -29,8 +29,6 @@ uppy.use(ThumbnailGenerator, { $ npm install @uppy/thumbnail-generator ``` -We recommend installing from npm and then using a module bundler such as [Vite](https://vitejs.dev/), [Parcel](https://parceljs.org/), or [Rollup](https://rollupjs.org). - Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.