project.config.json 2.0 KB

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