project.config.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "es6": true,
  10. "enhance": false,
  11. "postcss": true,
  12. "preloadBackgroundData": false,
  13. "minified": true,
  14. "newFeature": false,
  15. "coverView": true,
  16. "nodeModules": false,
  17. "autoAudits": false,
  18. "showShadowRootInWxmlPanel": true,
  19. "scopeDataCheck": false,
  20. "uglifyFileName": false,
  21. "checkInvalidKey": true,
  22. "checkSiteMap": false,
  23. "uploadWithSourceMap": true,
  24. "compileHotReLoad": false,
  25. "lazyloadPlaceholderEnable": false,
  26. "useMultiFrameRuntime": true,
  27. "useApiHook": true,
  28. "useApiHostProcess": true,
  29. "babelSetting": {
  30. "ignore": [],
  31. "disablePlugins": [],
  32. "outputPath": ""
  33. },
  34. "enableEngineNative": false,
  35. "useIsolateContext": true,
  36. "userConfirmedBundleSwitch": false,
  37. "packNpmManually": false,
  38. "packNpmRelationList": [],
  39. "minifyWXSS": true,
  40. "disableUseStrict": false,
  41. "minifyWXML": true,
  42. "showES6CompileOption": false,
  43. "useCompilerPlugins": false
  44. },
  45. "compileType": "miniprogram",
  46. "libVersion": "2.25.3",
  47. "appid": "wx6fa2f78933195e72",
  48. "projectname": "%E6%99%BA%E8%83%BD%E5%AE%B6%E5%B1%85%E5%B0%8F%E7%A8%8B%E5%BA%8F",
  49. "simulatorType": "wechat",
  50. "simulatorPluginLibVersion": {},
  51. "editorSetting": {
  52. "tabIndent": "insertSpaces",
  53. "tabSize": 2
  54. },
  55. "isGameTourist": false,
  56. "condition": {
  57. "miniprogram": {
  58. "list": [
  59. {
  60. "name": "pages/index/index",
  61. "pathName": "pages/index/index",
  62. "query": "",
  63. "scene": null
  64. }
  65. ]
  66. }
  67. }
  68. }