We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abf229 commit acf8c87Copy full SHA for acf8c87
.changeset/sweet-socks-move.md
@@ -0,0 +1,5 @@
1
+---
2
+"vite-plugin-react-router-amplify-hosting": patch
3
4
+
5
+docs: updated README.md for installation of additional dependencies
packages/vite-plugin-react-router-amplify-hosting/README.md
@@ -13,7 +13,8 @@ This package is vite plugin for React Router SSR on Amplify Hosting.
13
### Install
14
15
```shell
16
-npm install vite-plugin-react-router-amplify-hosting
+npm add -D vite-plugin-react-router-amplify-hosting
17
+npm add compression express isbot morgan
18
```
19
20
## Usage
0 commit comments