Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 220 Bytes

File metadata and controls

6 lines (6 loc) · 220 Bytes

scripts

// "build": "set NODE_ENV=production&& webpack"  production&&之间不能有空格
// 如果要兼容Windows和Mac 可以安装 cross-env
// "build": " cross-env NODE_ENV=production webpack"