project.config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "description": "项目配置文件",
  3. "setting": {
  4. "urlCheck": true,
  5. "scopeDataCheck": false,
  6. "coverView": true,
  7. "es6": false,
  8. "postcss": false,
  9. "compileHotReLoad": false,
  10. "preloadBackgroundData": false,
  11. "minified": true,
  12. "autoAudits": false,
  13. "newFeature": false,
  14. "uglifyFileName": false,
  15. "uploadWithSourceMap": true,
  16. "useIsolateContext": true,
  17. "nodeModules": false,
  18. "enhance": false,
  19. "useCompilerModule": false,
  20. "userConfirmedUseCompilerModuleSwitch": false,
  21. "showShadowRootInWxmlPanel": true,
  22. "checkInvalidKey": true,
  23. "checkSiteMap": true,
  24. "useMultiFrameRuntime": true,
  25. "babelSetting": {
  26. "ignore": [],
  27. "disablePlugins": [],
  28. "outputPath": ""
  29. },
  30. "enableEngineNative": false,
  31. "userConfirmedBundleSwitch": false,
  32. "packNpmManually": false,
  33. "packNpmRelationList": [],
  34. "minifyWXSS": true,
  35. "condition": false,
  36. "ignoreUploadUnusedFiles": true
  37. },
  38. "compileType": "miniprogram",
  39. "miniprogramRoot": "weapp/",
  40. "srcMiniprogramRoot": "weapp/",
  41. "editorSetting": {
  42. "tabIndent": "insertSpaces",
  43. "tabSize": 2
  44. },
  45. "packOptions": {
  46. "ignore": [
  47. {
  48. "value": "static",
  49. "type": "folder"
  50. }
  51. ],
  52. "include": []
  53. },
  54. "appid": "wxda2ef261ac3cca32",
  55. "projectname": "sagacloud-sagacare-weChat",
  56. "simulatorType": "wechat",
  57. "simulatorPluginLibVersion": {},
  58. "condition": {}
  59. }