project.config.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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": false,
  39. "useApiHostProcess": false,
  40. "compileWorklet": false,
  41. "localPlugins": false,
  42. "condition": false,
  43. "swc": false,
  44. "disableSWC": true
  45. },
  46. "compileType": "miniprogram",
  47. "cloudfunctionTemplateRoot": "",
  48. "condition": {
  49. "plugin": {
  50. "list": []
  51. },
  52. "game": {
  53. "list": []
  54. },
  55. "gamePlugin": {
  56. "list": []
  57. },
  58. "miniprogram": {
  59. "list": []
  60. }
  61. },
  62. "editorSetting": {
  63. "tabIndent": "insertSpaces",
  64. "tabSize": 2
  65. },
  66. "packOptions": {
  67. "ignore": [
  68. {
  69. "value": "package-lock.json",
  70. "type": "file"
  71. }
  72. ],
  73. "include": [
  74. {
  75. "value": "exportToPlugin.js",
  76. "type": "file"
  77. }
  78. ]
  79. },
  80. "appid": "wx56914f69b1563869",
  81. "libVersion": "3.6.6",
  82. "simulatorPluginLibVersion": {}
  83. }