project.config.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": false,
  10. "enhance": true,
  11. "postcss": true,
  12. "preloadBackgroundData": false,
  13. "minified": true,
  14. "newFeature": true,
  15. "coverView": true,
  16. "nodeModules": false,
  17. "autoAudits": false,
  18. "showShadowRootInWxmlPanel": true,
  19. "scopeDataCheck": false,
  20. "uglifyFileName": true,
  21. "checkInvalidKey": true,
  22. "checkSiteMap": true,
  23. "uploadWithSourceMap": true,
  24. "useMultiFrameRuntime": false,
  25. "useApiHook": true,
  26. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "useIsolateContext": true,
  32. "useCompilerModule": true,
  33. "userConfirmedUseCompilerModuleSwitch": false,
  34. "packNpmManually": false,
  35. "packNpmRelationList": []
  36. },
  37. "compileType": "miniprogram",
  38. "libVersion": "2.13.1",
  39. "appid": "wxda962e6ee6a67d25",
  40. "projectname": "双虎MES小程序",
  41. "simulatorType": "wechat",
  42. "simulatorPluginLibVersion": {},
  43. "condition": {},
  44. "editorSetting": {
  45. "tabIndent": "insertSpaces",
  46. "tabSize": 2
  47. }
  48. }