project.config.json 1.1 KB

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