Commit 06bbdcb6 authored by ian.gao's avatar ian.gao

增加打包分包方式、修改Hbuild项目号

parent 20ca2ced
{ {
"name" : "运匠运输管理系统", "name" : "运匠运输管理系统",
"appid" : "__UNI__2878006", "appid" : "__UNI__790B60B",
"description" : "TMS-承运商", "description" : "TMS-承运商",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : "100", "versionCode" : "100",
"transformPx" : false, "transformPx" : false,
/* 5+App特有相关 */ /* 5+App特有相关 */
"sassImplementationName": "node-sass", "sassImplementationName" : "node-sass",
"app-plus" : { "app-plus" : {
"usingComponents" : true, "usingComponents" : true,
"nvueStyleCompiler" : "uni-app", "nvueStyleCompiler" : "uni-app",
...@@ -57,6 +57,9 @@ ...@@ -57,6 +57,9 @@
"es6" : true, "es6" : true,
"postcss" : false "postcss" : false
}, },
"optimization" : {
"subPackages" : true
},
"usingComponents" : true, "usingComponents" : true,
"lazyCodeLoading" : "requiredComponents", "lazyCodeLoading" : "requiredComponents",
"requiredPrivateInfos" : [ "getLocation" ], "requiredPrivateInfos" : [ "getLocation" ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment