project.config.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "enhance": true,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": true,
  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. "lazyloadPlaceholderEnable": false,
  22. "useMultiFrameRuntime": true,
  23. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "useIsolateContext": false,
  29. "userConfirmedBundleSwitch": false,
  30. "packNpmManually": false,
  31. "packNpmRelationList": [],
  32. "minifyWXSS": true,
  33. "disableUseStrict": false,
  34. "minifyWXML": true,
  35. "showES6CompileOption": false,
  36. "useCompilerPlugins": false,
  37. "ignoreUploadUnusedFiles": true,
  38. "condition": false
  39. },
  40. "compileType": "miniprogram",
  41. "condition": {},
  42. "editorSetting": {
  43. "tabIndent": "insertSpaces",
  44. "tabSize": 2
  45. },
  46. "libVersion": "2.32.0",
  47. "packOptions": {
  48. "ignore": [],
  49. "include": []
  50. },
  51. "appid": "wx6fb2e4042e44e908"
  52. }