Browse Source

第一次提交

hh 1 year ago
parent
commit
8be56533b8
2 changed files with 19 additions and 0 deletions
  1. 18 0
      hvigor/hvigor-config.json5
  2. 1 0
      hvigor/hvigor-wrapper.js

+ 18 - 0
hvigor/hvigor-config.json5

@@ -0,0 +1,18 @@
+{
+  "hvigorVersion": "3.0.9",
+  "dependencies": {
+    "@ohos/hvigor-ohos-plugin": "3.0.9"
+  },
+  "execution": {
+    // "daemon": true,                          /* Enable daemon compilation. Default: true */
+    // "incremental": true,                     /* Enable incremental compilation. Default: true */
+    // "parallel": true,                        /* Enable parallel compilation. Default: true */
+    // "typeCheck": false,                      /* Enable typeCheck. Default: false */
+  },
+  "logging": {
+    // "level": "info"                          /* Define the log level. Value: [ "debug" | "info" | "warn" | "error" ]. Default: "info" */
+  },
+  "debugging": {
+    // "stacktrace": false                      /* Disable stacktrace compilation. Default: false */
+  }
+}

File diff suppressed because it is too large
+ 1 - 0
hvigor/hvigor-wrapper.js