project.config.json 1.2 KB

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