添加es5-shim es5-sham html5shiv promise-polyfill production 下使用min 文件
Showing
npm-debug.log
deleted
100644 → 0
| ... | ... | @@ -3,9 +3,10 @@ |
| "version": "0.0.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "start": "pm2 start ./bin/www --name=www.fudou6.com", | ||
| "start": "NODE_ENV=production pm2 start ./bin/www --name=www.fudou6.com", | ||
| "stop": "pm2 stop www.fudou6.com", | ||
| "restart": "pm2 restart www.fudou6.com" | ||
| "restart": "pm2 restart www.fudou6.com", | ||
| "test": "node ./bin/www" | ||
| }, | ||
| "dependencies": { | ||
| "babel-plugin-transform-es2015-sticky-regex": "^6.8.0", | ||
| ... | ... |
Please
register
or
sign in
to comment