search
开发文档
开发文档/快游戏开发/打包与调试/打包工具/webview打包工具
webview打包工具更新时间:2025-08-29 19:57:00
  • 常规情况下,游戏引擎 IDE 默认支持打包并输出 WebView 包
  • 异常情况下(如:游戏打包后运行有问题),则建议手动执行打包,整体流程与 Runtime 包 的打包一致,区别在于需手动指定 quickgame-cli 工具版本,目前最新版是0.1.24
{
"name": "xiaomi-quickgame",
"version": "1.0.0",
"build-template": "xiaomigame",
"scripts": {
"build": "quickgame build",
"release": "quickgame release",
"server": "quickgame server",
"debug": "quickgame debug"
},
"babel": {
"plugins": [
"babel-plugin-transform-remove-strict-mode"
]
},
"dependencies": {
"quickgame-cli": "0.1.24"
}
}
上一篇:runtime打包工具
下一篇:调试指南
文档内容是否有帮助?
有帮助
无帮助