Customize build folder
Created by: lifeiscontent
On a project I'm currently working on, we're using a file called BUILD that specifies build instructions for our microservices.
and due to Mac OS Sierra, case insensitivity is an issue, so being able to do something like
react-scripts build --path dist
would be ideal in the package.json
is this possible currently?