You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.config.json 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "minified": true,
  10. "postcss": true,
  11. "es6": true,
  12. "enhance": true,
  13. "preloadBackgroundData": false,
  14. "coverView": true,
  15. "autoAudits": false,
  16. "showShadowRootInWxmlPanel": true,
  17. "uglifyFileName": false,
  18. "checkInvalidKey": true,
  19. "uploadWithSourceMap": true,
  20. "compileHotReLoad": false,
  21. "lazyloadPlaceholderEnable": false,
  22. "useMultiFrameRuntime": true,
  23. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "packNpmManually": false,
  29. "packNpmRelationList": [],
  30. "minifyWXSS": true,
  31. "disableUseStrict": false,
  32. "showES6CompileOption": false,
  33. "useCompilerPlugins": false,
  34. "ignoreUploadUnusedFiles": true,
  35. "useStaticServer": true,
  36. "minifyWXML": true
  37. },
  38. "compileType": "miniprogram",
  39. "libVersion": "2.23.2",
  40. "appid": "wx6ca9ac1a01f617a1",
  41. "projectname": "crmeb",
  42. "condition": {},
  43. "editorSetting": {
  44. "tabIndent": "insertSpaces",
  45. "tabSize": 2
  46. }
  47. }