project.config.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "description": "项目配置文件",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": false,
  6. "enhance": true,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": false,
  11. "coverView": true,
  12. "nodeModules": false,
  13. "autoAudits": false,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false,
  16. "uglifyFileName": false,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "compileHotReLoad": false,
  21. "lazyloadPlaceholderEnable": false,
  22. "useMultiFrameRuntime": true,
  23. "useApiHook": true,
  24. "useApiHostProcess": true,
  25. "babelSetting": {
  26. "ignore": [],
  27. "disablePlugins": [],
  28. "outputPath": ""
  29. },
  30. "enableEngineNative": false,
  31. "useIsolateContext": true,
  32. "userConfirmedBundleSwitch": false,
  33. "packNpmManually": false,
  34. "packNpmRelationList": [],
  35. "minifyWXSS": true,
  36. "showES6CompileOption": false
  37. },
  38. "compileType": "miniprogram",
  39. "editorSetting": {
  40. "tabIndent": "insertSpaces",
  41. "tabSize": 2
  42. },
  43. "appid": "wx*****",
  44. "libVersion": "3.3.4",
  45. "packOptions": {
  46. "ignore": [],
  47. "include": []
  48. },
  49. "projectname": "%E5%95%86%E5%AE%B6%E7%AB%AF",
  50. "condition": {}
  51. }