project.config.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "scopeDataCheck": false,
  10. "checkInvalidKey": true,
  11. "checkSiteMap": true,
  12. "uploadWithSourceMap": true,
  13. "useMultiFrameRuntime": true,
  14. "useApiHook": false,
  15. "useApiHostProcess": false,
  16. "babelSetting": {
  17. "ignore": [],
  18. "disablePlugins": [],
  19. "outputPath": ""
  20. },
  21. "useIsolateContext": false,
  22. "userConfirmedBundleSwitch": false,
  23. "packNpmManually": false,
  24. "packNpmRelationList": [],
  25. "minifyWXSS": true,
  26. "disableUseStrict": false,
  27. "minifyWXML": true,
  28. "showES6CompileOption": false,
  29. "useCompilerPlugins": false,
  30. "ignoreUploadUnusedFiles": true,
  31. "useStaticServer": true
  32. },
  33. "compileType": "miniprogram",
  34. "libVersion": "2.3.0",
  35. "appid": "wx313a8f2c0741efe1",
  36. "projectname": "%E8%AF%86%E5%AD%97",
  37. "simulatorType": "wechat",
  38. "simulatorPluginLibVersion": {},
  39. "condition": {
  40. "miniprogram": {
  41. "list": [
  42. {
  43. "name": "首页",
  44. "pathName": "pages/main/index",
  45. "query": ""
  46. },
  47. {
  48. "name": "列表",
  49. "pathName": "pages/main/list",
  50. "query": ""
  51. },
  52. {
  53. "name": "详情页",
  54. "pathName": "pages/main/detail",
  55. "query": "bookid=1&unitid=1&wordid=0"
  56. },
  57. {
  58. "name": "\b搜索",
  59. "pathName": "pages/main/search",
  60. "query": ""
  61. }
  62. ]
  63. }
  64. },
  65. "packOptions": {
  66. "ignore": [],
  67. "include": []
  68. },
  69. "editorSetting": {
  70. "tabIndent": "insertSpaces",
  71. "tabSize": 2
  72. }
  73. }