"scripts":{
"test":"echo\"Error: no test specified\"&& exit 1",
"start":"webpack",
"server":"webpack-dev-server --open",
"build":"set NODE_ENV=production && webpack --config ./webpack.production.config.js --progress"
},
"scripts":{
"test":"echo\"Error: no test specified\"&& exit 1",
"start":"webpack",
"server":"webpack-dev-server --open",
"build":"set NODE_ENV=production && webpack --config ./webpack.production.config.js --progress"
},