"scripts": {
"dev": "node_modules/.bin/webpack-dev-server",
"dist": "set WEBPACK_ENV=online&& node_modules/.bin/webpack ",
"dist_mac": "WEBPACK_ENV=online node_modules/.bin/webpack "
}
this is the specific configuration of my json file.
this is my error report after executing dist!