微信小程序项目模板文件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.8KB

  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [
  5. {
  6. "type": "file",
  7. "value": ".eslintrc.js"
  8. }
  9. ]
  10. },
  11. "setting": {
  12. "bundle": false,
  13. "userConfirmedBundleSwitch": false,
  14. "urlCheck": true,
  15. "scopeDataCheck": false,
  16. "coverView": true,
  17. "es6": true,
  18. "postcss": true,
  19. "compileHotReLoad": false,
  20. "lazyloadPlaceholderEnable": false,
  21. "preloadBackgroundData": false,
  22. "minified": true,
  23. "autoAudits": false,
  24. "newFeature": false,
  25. "uglifyFileName": false,
  26. "uploadWithSourceMap": true,
  27. "useIsolateContext": true,
  28. "nodeModules": false,
  29. "enhance": true,
  30. "useMultiFrameRuntime": true,
  31. "useApiHook": true,
  32. "useApiHostProcess": true,
  33. "showShadowRootInWxmlPanel": true,
  34. "packNpmManually": false,
  35. "enableEngineNative": false,
  36. "packNpmRelationList": [],
  37. "minifyWXSS": true,
  38. "showES6CompileOption": false,
  39. "minifyWXML": true
  40. },
  41. "compileType": "miniprogram",
  42. "libVersion": "2.19.4",
  43. "appid": "wx0ba562a60cd958b4",
  44. "projectname": "weixin-app",
  45. "debugOptions": {
  46. "hidedInDevtools": []
  47. },
  48. "scripts": {},
  49. "staticServerOptions": {
  50. "baseURL": "",
  51. "servePath": ""
  52. },
  53. "isGameTourist": false,
  54. "condition": {
  55. "search": {
  56. "list": []
  57. },
  58. "conversation": {
  59. "list": []
  60. },
  61. "game": {
  62. "list": []
  63. },
  64. "plugin": {
  65. "list": []
  66. },
  67. "gamePlugin": {
  68. "list": []
  69. },
  70. "miniprogram": {
  71. "list": []
  72. }
  73. }
  74. }