project.config.json 1.9 KB

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