The default installation when I use CreateReactApp doesn't include the webpack.config.js file. Do you know how I can work around that to get this to work?
I finally found a workaround to get this to work on windows. The command looks something like this
git rev-parse HEAD >sha.txt &&set /p REACT_APP_COMMIT_HASH= < sha.txt && del sha.txt && react-scripts start
For further actions, you may consider blocking this person and/or reporting abuse
We're a blogging-forward open source social network where we learn from one another
Hello,
The default installation when I use CreateReactApp doesn't include the webpack.config.js file. Do you know how I can work around that to get this to work?
I finally found a workaround to get this to work on windows. The command looks something like this