issues
search
XavierCHN
/
x-template
DOTA2自定义游戏开发模板项目,使用typesscript和react开发; Xavier's DOTA 2 custom game template using typescript and react-panorama
MIT License
154
stars
88
forks
source link
关于 `npm run launch`
#9
Closed
ChouUn
closed
3 years ago
ChouUn
commented
3 years ago
argv 里加入
-console
会导致 panorama 不再编译到 game 文件夹中,非本项目相关,好奇。
npm 更新后,将不再支持
process.env.npm_config_argv
的写法,详见
https://github.com/npm/rfcs/blob/latest/implemented/0021-reduce-lifecycle-script-environment.md
XavierCHN
commented
3 years ago
fixed
-console
会导致 panorama 不再编译到 game 文件夹中,非本项目相关,好奇。process.env.npm_config_argv
的写法,详见 https://github.com/npm/rfcs/blob/latest/implemented/0021-reduce-lifecycle-script-environment.md