project.config.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. "condition": false
  37. },
  38. "compileType": "miniprogram",
  39. "condition": {},
  40. "editorSetting": {
  41. "tabIndent": "insertSpaces",
  42. "tabSize": 2
  43. },
  44. "easysass.formats": [
  45. {
  46. "format": "expanded",
  47. "extension": ".wxss"
  48. }
  49. ],
  50. "appid": "wx08f94a3e90881910",
  51. "libVersion": "2.19.4",
  52. "packOptions": {
  53. "ignore": [],
  54. "include": []
  55. }
  56. }