project.config.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": true,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": false,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "lazyloadPlaceholderEnable": false,
  25. "useMultiFrameRuntime": false,
  26. "useApiHook": false,
  27. "useApiHostProcess": false,
  28. "babelSetting": {
  29. "ignore": [],
  30. "disablePlugins": [],
  31. "outputPath": ""
  32. },
  33. "enableEngineNative": false,
  34. "useIsolateContext": true,
  35. "userConfirmedBundleSwitch": false,
  36. "packNpmManually": false,
  37. "packNpmRelationList": [],
  38. "minifyWXSS": true,
  39. "disableUseStrict": false,
  40. "showES6CompileOption": false,
  41. "useCompilerPlugins": false
  42. },
  43. "compileType": "miniprogram",
  44. "libVersion": "",
  45. "appid": "wx40274c2aaec24330",
  46. "projectname": "dx",
  47. "condition": {
  48. "search": {
  49. "list": []
  50. },
  51. "conversation": {
  52. "list": []
  53. },
  54. "game": {
  55. "list": []
  56. },
  57. "miniprogram": {
  58. "list": [
  59. {
  60. "name": "",
  61. "path": "",
  62. "query": "",
  63. "id": 0
  64. }
  65. ]
  66. }
  67. }
  68. }