project.config.json 1.7 KB

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