我在ec2服务器上运行reacj js时遇到了一些问题。 我正在使用此命令来运行服务器:npm start 获取此警告并停止服务器 来自UglifyJs的bundle.js中的警告
"scripts": {
"start": "npm run build:prod",
"build": "webpack -d && cp src/index.html dist/index.html && webpack-dev-server --port 8080 --hot --host xx.xx.xx",
"build:prod": "NODE_ENV=production webpack -p --config webpack.config.js --progress"
},