I am working on a ReactJS project (create-react-app) and in my public folder I have the HTML file which contains
<meta name="viewport" content="width=device-width, initial-scale=1.0">
This one always change to
<meta name="viewport" content="width=device-width,initial-scale=1">
when I build it. But I need to keep initial-scale=1.0 not 1. Do you have any solution for this?