project.config.json 1.7 KB

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