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 000e143 commit 9dde829Copy full SHA for 9dde829
README.md
@@ -17,4 +17,10 @@ npm run build # Build for production
17
npm run start # Start the production build
18
```
19
20
+Note that the `start` command uses a different file than default react-router :
21
+`react-router-serve ./build/server/index2.js`
22
+
23
+This is a workaround for a bundling issue, which might be fixed soon.
24
25
Special thanks to @brillout for creating [Telefunc](https://github.com/brillout/telefunc) and troubleshooting the build issues.
26
0 commit comments