lrf 2 lat temu
rodzic
commit
bb8eca514e
2 zmienionych plików z 3 dodań i 2 usunięć
  1. 2 1
      project.config.json
  2. 1 1
      project.private.config.json

+ 2 - 1
project.config.json

@@ -45,7 +45,8 @@
         "disableUseStrict": false,
         "disableUseStrict": false,
         "minifyWXML": true,
         "minifyWXML": true,
         "showES6CompileOption": false,
         "showES6CompileOption": false,
-        "useCompilerPlugins": false
+        "useCompilerPlugins": false,
+        "ignoreUploadUnusedFiles": true
     },
     },
     "compileType": "miniprogram",
     "compileType": "miniprogram",
     "libVersion": "2.19.4",
     "libVersion": "2.19.4",

+ 1 - 1
project.private.config.json

@@ -1,7 +1,7 @@
 {
 {
     "projectname": "%E7%BE%BD%E6%A0%A1%E7%AE%A1%E7%90%86%E5%B9%B3%E5%8F%B0",
     "projectname": "%E7%BE%BD%E6%A0%A1%E7%AE%A1%E7%90%86%E5%B9%B3%E5%8F%B0",
     "setting": {
     "setting": {
-        "compileHotReLoad": true
+        "compileHotReLoad": false
     },
     },
     "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
     "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
 }
 }