project.config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "bundle": false,
  9. "userConfirmedBundleSwitch": false,
  10. "urlCheck": true,
  11. "scopeDataCheck": false,
  12. "coverView": true,
  13. "es6": true,
  14. "postcss": true,
  15. "compileHotReLoad": false,
  16. "lazyloadPlaceholderEnable": false,
  17. "preloadBackgroundData": false,
  18. "minified": true,
  19. "autoAudits": false,
  20. "newFeature": false,
  21. "uglifyFileName": false,
  22. "uploadWithSourceMap": true,
  23. "useIsolateContext": true,
  24. "nodeModules": false,
  25. "enhance": true,
  26. "useMultiFrameRuntime": true,
  27. "useApiHook": true,
  28. "useApiHostProcess": true,
  29. "showShadowRootInWxmlPanel": true,
  30. "packNpmManually": false,
  31. "enableEngineNative": false,
  32. "packNpmRelationList": [
  33. {
  34. "packageJsonPath": "./package.json",
  35. "miniprogramNpmDistDir": "./miniprogram/"
  36. }
  37. ],
  38. "minifyWXSS": true,
  39. "showES6CompileOption": false,
  40. "minifyWXML": true,
  41. "babelSetting": {
  42. "ignore": [],
  43. "disablePlugins": [],
  44. "outputPath": ""
  45. },
  46. "condition": false,
  47. "ignoreDevUnusedFiles": false,
  48. "ignoreUploadUnusedFiles": false
  49. },
  50. "compileType": "miniprogram",
  51. "libVersion": "2.19.4",
  52. "appid": "wxb690e31c58c05126",
  53. "projectname": "miniprogram-92",
  54. "condition": {},
  55. "editorSetting": {
  56. "tabIndent": "insertSpaces",
  57. "tabSize": 2
  58. }
  59. }