I deployed React application.
I installed webpack and updated the scripts to run the app.
But which commands can I use for Run Command
.
Here is my script
“build”: “webpack --config webpack.prod.js --progress”, “watch”: “webpack --config webpack.dev.js --progress”, “start”: “webpack serve --config webpack.dev.js --``open”,
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!