Bläddra i källkod

doc: update bundler recommendation (#3763)

With the switch to ESM, Browserify will no longer work with Uppy.
Instead, let's recommend bundlers that we actually test with.
Antoine du Hamel 2 år sedan
förälder
incheckning
6f9813d9b2
38 ändrade filer med 3 tillägg och 79 borttagningar
  1. 1 3
      README.md
  2. 0 2
      packages/@uppy/angular/projects/uppy/angular/README.md
  3. 0 2
      packages/@uppy/audio/README.md
  4. 0 2
      packages/@uppy/aws-s3-multipart/README.md
  5. 0 2
      packages/@uppy/aws-s3/README.md
  6. 0 2
      packages/@uppy/box/README.md
  7. 0 2
      packages/@uppy/core/README.md
  8. 0 2
      packages/@uppy/dashboard/README.md
  9. 0 2
      packages/@uppy/drag-drop/README.md
  10. 0 2
      packages/@uppy/dropbox/README.md
  11. 0 2
      packages/@uppy/facebook/README.md
  12. 0 2
      packages/@uppy/file-input/README.md
  13. 0 2
      packages/@uppy/form/README.md
  14. 0 2
      packages/@uppy/golden-retriever/README.md
  15. 0 2
      packages/@uppy/google-drive/README.md
  16. 0 2
      packages/@uppy/image-editor/README.md
  17. 0 2
      packages/@uppy/informer/README.md
  18. 0 2
      packages/@uppy/instagram/README.md
  19. 0 2
      packages/@uppy/onedrive/README.md
  20. 0 2
      packages/@uppy/progress-bar/README.md
  21. 0 2
      packages/@uppy/react/README.md
  22. 0 2
      packages/@uppy/redux-dev-tools/README.md
  23. 0 2
      packages/@uppy/robodog/README.md
  24. 0 2
      packages/@uppy/screen-capture/README.md
  25. 0 2
      packages/@uppy/status-bar/README.md
  26. 0 2
      packages/@uppy/store-default/README.md
  27. 0 2
      packages/@uppy/store-redux/README.md
  28. 0 2
      packages/@uppy/thumbnail-generator/README.md
  29. 0 2
      packages/@uppy/transloadit/README.md
  30. 0 2
      packages/@uppy/tus/README.md
  31. 0 2
      packages/@uppy/unsplash/README.md
  32. 0 2
      packages/@uppy/url/README.md
  33. 0 2
      packages/@uppy/vue/README.md
  34. 0 2
      packages/@uppy/webcam/README.md
  35. 0 2
      packages/@uppy/xhr-upload/README.md
  36. 0 2
      packages/@uppy/zoom/README.md
  37. 1 1
      website/src/docs/index.md
  38. 1 5
      website/src/docs/robodog.md

+ 1 - 3
README.md

@@ -67,9 +67,7 @@ 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/).
-
-Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v2.10.0/uppy.min.css), either to your HTML page’s `<head>` 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 `<head>` 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.
 

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](http://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).
-
 Alternatively, you can also use this package in a pre-built bundle from Transloadit’s CDN: Edgly.
 
 ```html

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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

+ 0 - 2
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 [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://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.
 
 <!-- Undocumented currently

+ 0 - 2
packages/@uppy/transloadit/README.md

@@ -31,8 +31,6 @@ 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/).
-
 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

+ 0 - 2
packages/@uppy/tus/README.md

@@ -31,8 +31,6 @@ 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/).
-
 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

+ 0 - 2
packages/@uppy/unsplash/README.md

@@ -31,8 +31,6 @@ 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/).
-
 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

+ 0 - 2
packages/@uppy/url/README.md

@@ -31,8 +31,6 @@ 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/).
-
 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

+ 0 - 2
packages/@uppy/vue/README.md

@@ -52,8 +52,6 @@ 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/).
-
 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

+ 0 - 2
packages/@uppy/webcam/README.md

@@ -31,8 +31,6 @@ 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/).
-
 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

+ 0 - 2
packages/@uppy/xhr-upload/README.md

@@ -29,8 +29,6 @@ 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/).
-
 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

+ 0 - 2
packages/@uppy/zoom/README.md

@@ -31,8 +31,6 @@ 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/).
-
 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

+ 1 - 1
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).
 

+ 1 - 5
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) => {
 <a class="MoreButton" href="/docs/robodog/upload">View Documentation</a>
 
 [transloadit]: https://transloadit.com/
-
-[browserify]: https://browserify.org
-
-[webpack]: https://webpack.js.org