I have an issue with React Js app; how should I build minified code of my React code.
Code Structure
I run my react app with npm start
What should I do next to build minified files.
'build/static/js/main.d3cd729d.js'
'build/static/css/main.9b99bc40.css'
Does anyone help?
webpacki hope you are already using this. You checkout the webpack docs for building minified bundlesnpx create-react-appor setup withwebpack?commandi will run in my react app @panthernpm install -g create-react-appto create new app @sonu