Question

Run Command when I use react & webpack

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”,


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer