DEV Community

Discussion on: Setup a basic react application with webpack and babel

Collapse
 
reivaxcorp profile image
Javier

Hi,
I only work with:
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack serve --open",
"build": "webpack"
},