project.config.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "miniprogramRoot": "dist/",
  3. "projectname": "kede-tool-weapp",
  4. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  5. "appid": "wxff2f5720ed7d7f63",
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": false,
  9. "enhance": true,
  10. "postcss": false,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": false,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "lazyloadPlaceholderEnable": false,
  25. "useMultiFrameRuntime": false,
  26. "useApiHook": false,
  27. "useApiHostProcess": false,
  28. "babelSetting": {
  29. "ignore": [],
  30. "disablePlugins": [],
  31. "outputPath": ""
  32. },
  33. "enableEngineNative": false,
  34. "useIsolateContext": true,
  35. "userConfirmedBundleSwitch": false,
  36. "packNpmManually": false,
  37. "packNpmRelationList": [],
  38. "minifyWXSS": true,
  39. "disableUseStrict": false,
  40. "minifyWXML": true,
  41. "showES6CompileOption": false,
  42. "useCompilerPlugins": false,
  43. "useStaticServer": true
  44. },
  45. "compileType": "miniprogram",
  46. "condition": {},
  47. "libVersion": "2.21.0",
  48. "srcMiniprogramRoot": "dist/",
  49. "packOptions": {
  50. "ignore": [],
  51. "include": []
  52. },
  53. "editorSetting": {
  54. "tabIndent": "insertSpaces",
  55. "tabSize": 4
  56. }
  57. }