project.config.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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": 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. "lazyloadPlaceholderEnable": false,
  22. "useMultiFrameRuntime": true,
  23. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "enableEngineNative": false,
  29. "useIsolateContext": true,
  30. "userConfirmedBundleSwitch": false,
  31. "packNpmManually": false,
  32. "packNpmRelationList": [],
  33. "minifyWXSS": true,
  34. "disableUseStrict": false,
  35. "minifyWXML": true,
  36. "showES6CompileOption": false,
  37. "useCompilerPlugins": false,
  38. "ignoreUploadUnusedFiles": true
  39. },
  40. "compileType": "miniprogram",
  41. "condition": {
  42. "search": {
  43. "list": []
  44. },
  45. "conversation": {
  46. "list": []
  47. },
  48. "game": {
  49. "list": []
  50. },
  51. "plugin": {
  52. "list": []
  53. },
  54. "gamePlugin": {
  55. "list": []
  56. },
  57. "miniprogram": {
  58. "list": []
  59. }
  60. },
  61. "editorSetting": {
  62. "tabIndent": "insertSpaces",
  63. "tabSize": 2
  64. },
  65. "appid": "wx44c66af4a6b77af2",
  66. "packOptions": {
  67. "ignore": [],
  68. "include": []
  69. }
  70. }