project.config.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. "projectname": "xuexi",
  10. "setting": {
  11. "urlCheck": false,
  12. "es6": false,
  13. "enhance": false,
  14. "postcss": true,
  15. "preloadBackgroundData": false,
  16. "minified": true,
  17. "newFeature": false,
  18. "coverView": true,
  19. "nodeModules": false,
  20. "autoAudits": false,
  21. "showShadowRootInWxmlPanel": true,
  22. "scopeDataCheck": false,
  23. "uglifyFileName": true,
  24. "checkInvalidKey": true,
  25. "checkSiteMap": true,
  26. "uploadWithSourceMap": true,
  27. "compileHotReLoad": true,
  28. "lazyloadPlaceholderEnable": false,
  29. "useMultiFrameRuntime": true,
  30. "useApiHook": true,
  31. "useApiHostProcess": true,
  32. "babelSetting": {
  33. "ignore": [],
  34. "disablePlugins": [],
  35. "outputPath": ""
  36. },
  37. "useIsolateContext": false,
  38. "userConfirmedBundleSwitch": false,
  39. "packNpmManually": false,
  40. "packNpmRelationList": [],
  41. "minifyWXSS": true,
  42. "disableUseStrict": false,
  43. "minifyWXML": true,
  44. "showES6CompileOption": false,
  45. "useCompilerPlugins": [
  46. "typescript",
  47. "less"
  48. ],
  49. "ignoreUploadUnusedFiles": true,
  50. "useStaticServer": true
  51. },
  52. "simulatorType": "wechat",
  53. "simulatorPluginLibVersion": {},
  54. "appid": "wxb2f1be0befecb3a3",
  55. "condition": {},
  56. "libVersion": "2.24.2",
  57. "srcMiniprogramRoot": "miniprogram/",
  58. "editorSetting": {
  59. "tabIndent": "insertSpaces",
  60. "tabSize": 2
  61. }
  62. }