project.config.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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": true,
  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. "useMultiFrameRuntime": true,
  25. "useApiHook": true,
  26. "useApiHostProcess": true,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "useIsolateContext": true,
  33. "useCompilerModule": false,
  34. "userConfirmedUseCompilerModuleSwitch": false,
  35. "userConfirmedBundleSwitch": false,
  36. "packNpmManually": false,
  37. "packNpmRelationList": [],
  38. "minifyWXSS": true
  39. },
  40. "compileType": "miniprogram",
  41. "libVersion": "2.18.0",
  42. "appid": "wx87cf70e457acf176",
  43. "projectname": "test_project1",
  44. "debugOptions": {
  45. "hidedInDevtools": []
  46. },
  47. "scripts": {},
  48. "isGameTourist": false,
  49. "simulatorType": "wechat",
  50. "simulatorPluginLibVersion": {},
  51. "condition": {
  52. "search": {
  53. "list": []
  54. },
  55. "conversation": {
  56. "list": []
  57. },
  58. "game": {
  59. "list": []
  60. },
  61. "plugin": {
  62. "list": []
  63. },
  64. "gamePlugin": {
  65. "list": []
  66. },
  67. "miniprogram": {
  68. "list": []
  69. }
  70. }
  71. }