project.config.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "useApiHostProcess": false
  40. },
  41. "compileType": "miniprogram",
  42. "cloudfunctionTemplateRoot": "",
  43. "condition": {
  44. "plugin": {
  45. "list": []
  46. },
  47. "game": {
  48. "list": []
  49. },
  50. "gamePlugin": {
  51. "list": []
  52. },
  53. "miniprogram": {
  54. "list": []
  55. }
  56. },
  57. "editorSetting": {
  58. "tabIndent": "insertSpaces",
  59. "tabSize": 2
  60. },
  61. "packOptions": {
  62. "ignore": [
  63. {
  64. "value": "package-lock.json",
  65. "type": "file"
  66. }
  67. ],
  68. "include": []
  69. },
  70. "appid": "wxbb048b80cd2a14b9"
  71. }