Node production build in Elastic Beanstalk

0

I uploaded React application in EBS using react-scripts in package.json, however, the app works fine except React Tools in Chrome always showing (This page is using the development build of React). How can I start my environment as production build? Thanks

asked 2 years ago252 views
1 Answer
0

Since the React configuration seems to be related, I hope the following site will be of help. [1] [2]

[1] Optimizing Performance - React
https://en.reactjs.org/docs/optimizing-performance.html

[2] reactjs - Prod build of React App allows React Dev Tools and show components in source tab inside Browser - Stack Overflow
https://stackoverflow.com/questions/54949117/prod-build-of-react-app-allows-react-dev-tools-and-show-components-in-source-tab

profile picture
mn87
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions