project.config.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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": false
  58. },
  59. "compileType": "miniprogram",
  60. "libVersion": "2.19.4",
  61. "appid": "wx197f219a82a89d7b",
  62. "projectname": "miniprogram-92",
  63. "condition": {},
  64. "editorSetting": {
  65. "tabIndent": "insertSpaces",
  66. "tabSize": 4
  67. },
  68. "testRoot": "minitest/"
  69. }