project.config.json 1.8 KB

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