嗯...我了解开发环境和生产环境是什么意思..主要是想知道在nodejs下怎么配置就算开发环境怎么配置就算生产环境了,可能说的不太明白..
在用node的时候,常常看网上提到开发环境和生产环境,但是自己这两种环境有什么区别怎么部署一直都不是很清楚。。
比如我的package.json中有dependencies和decDependencies,后者应该是开发环境中加载生产环境中没有得吧,但是比如我在自己本机上也是node index.js 启动 , 扔到服务器上也是node index.js(或者用forever等)
感觉完全没有区别啊。
还有webpack,也特别区分开发环境和生产环境,我想知道怎么就算开发环境了怎么就算生产环境?
我这样:
cross-env NODE_ENV=production webpack --config ./webpack.config.js
执行了之后还会报错
You are currently using minified code outside of NODE_ENV === 'production'. This means that you are running a slower development build of Redux. You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify or DefinePlugin for webpack (http://stackoverflow.com/questions/30030031) to ensure you have the correct code for your production build.
不好意思...问的问题有点小白...希望热心前辈解释一下
人到中年有点甜
相关分类