We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前提供的打包配置入口如下: "packConfig": { "entryFile": "index.js", //打包入口文件 "bundleOutput": "publish", //打包产物输出目录 "packageName": "CRNDemo", //包名 "dev": false //打包环境 } 如果有多个子业务在同一个工程下开发,怎么配置多业务打包的入口呢。 还有,请问这套框架怎么解决原生和RN路由跳转的一些问题。
The text was updated successfully, but these errors were encountered:
同问
Sorry, something went wrong.
No branches or pull requests
目前提供的打包配置入口如下:
"packConfig": {
"entryFile": "index.js", //打包入口文件
"bundleOutput": "publish", //打包产物输出目录
"packageName": "CRNDemo", //包名
"dev": false //打包环境
}
如果有多个子业务在同一个工程下开发,怎么配置多业务打包的入口呢。
还有,请问这套框架怎么解决原生和RN路由跳转的一些问题。
The text was updated successfully, but these errors were encountered: