project.config.json 2.1 KB

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