Browse Source

fix:打包忽略static

chenzhen2 1 year ago
parent
commit
25f017cb4b
1 changed files with 6 additions and 1 deletions
  1. 6 1
      project.config.json

+ 6 - 1
project.config.json

@@ -44,7 +44,12 @@
     "tabSize": 2
   },
   "packOptions": {
-    "ignore": [],
+    "ignore": [
+      {
+        "type": "folder",
+        "value": "static"
+      }
+    ],
     "include": []
   },
   "appid": "wxda2ef261ac3cca32"