ReactJS - ec2服务器配置问题

时间:2017-05-04 17:34:54

标签: reactjs amazon-ec2 webpack

我在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"

},

Webpack详情: enter image description here

0 个答案:

没有答案