project.config.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "urlCheck": true,
  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. "useMultiFrameRuntime": true,
  22. "babelSetting": {
  23. "ignore": [],
  24. "disablePlugins": [],
  25. "outputPath": ""
  26. },
  27. "bundle": false,
  28. "useIsolateContext": true,
  29. "useCompilerModule": true,
  30. "userConfirmedUseCompilerModuleSwitch": false,
  31. "userConfirmedBundleSwitch": false,
  32. "packNpmManually": false,
  33. "packNpmRelationList": [],
  34. "minifyWXSS": true,
  35. "showES6CompileOption": false,
  36. "minifyWXML": true,
  37. "disableUseStrict": false,
  38. "useStaticServer": true,
  39. "useCompilerPlugins": false,
  40. "lazyloadPlaceholderEnable": false,
  41. "ignoreUploadUnusedFiles": true
  42. },
  43. "compileType": "miniprogram",
  44. "appid": "wxcf479da3a4fac50a",
  45. "projectname": "O2OA-Mini",
  46. "simulatorType": "wechat",
  47. "simulatorPluginLibVersion": {},
  48. "condition": {},
  49. "editorSetting": {
  50. "tabIndent": "insertSpaces",
  51. "tabSize": 2
  52. },
  53. "libVersion": "2.24.5",
  54. "packOptions": {
  55. "ignore": [
  56. {
  57. "value": "res",
  58. "type": "folder"
  59. },
  60. {
  61. "value": "README.md",
  62. "type": "file"
  63. }
  64. ],
  65. "include": []
  66. }
  67. }