project.config.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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": true,
  11. "postcss": true,
  12. "preloadBackgroundData": false,
  13. "minified": true,
  14. "newFeature": false,
  15. "coverView": true,
  16. "nodeModules": true,
  17. "autoAudits": false,
  18. "showShadowRootInWxmlPanel": true,
  19. "scopeDataCheck": false,
  20. "uglifyFileName": false,
  21. "checkInvalidKey": true,
  22. "checkSiteMap": true,
  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": true,
  38. "packNpmRelationList": [
  39. {
  40. "packageJsonPath": "./package.json",
  41. "miniprogramNpmDistDir": "./"
  42. }
  43. ],
  44. "minifyWXSS": true,
  45. "disableUseStrict": false,
  46. "showES6CompileOption": false,
  47. "useCompilerPlugins": false,
  48. "minifyWXML": true,
  49. "useStaticServer": true,
  50. "condition": false
  51. },
  52. "compileType": "miniprogram",
  53. "libVersion": "2.17.0",
  54. "appid": "wxb410c31a487f2ff8",
  55. "projectname": "%E6%B5%99%E6%B1%9F%E9%98%B2%E6%8E%A7%E7%BB%88%E7%AB%AF",
  56. "condition": {
  57. "search": {
  58. "list": []
  59. },
  60. "conversation": {
  61. "list": []
  62. },
  63. "game": {
  64. "list": []
  65. },
  66. "plugin": {
  67. "list": []
  68. },
  69. "gamePlugin": {
  70. "list": []
  71. },
  72. "miniprogram": {
  73. "list": []
  74. }
  75. },
  76. "editorSetting": {
  77. "tabIndent": "insertSpaces",
  78. "tabSize": 4
  79. }
  80. }