React-TypeScript-Webpack-Starter
React-TypeScript-Webpack-Starter copied to clipboard
Issue Related To Production
Hi sir, I have stuck with webpack production, in the local I can use historyApiFallback for refresh page route /login, but in production dont have historyApiFallback so when I refresh route /login, It returns 404 not found. Please help me in this issue, thank you so much
Try including react-router-dom as "dependencies" instead of "dev-dependencies"
@KhangNT1105 Tried the above tip?