微信小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

78 行
2.0 KiB

  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [
  5. {
  6. "value": ".eslintrc.js",
  7. "type": "file"
  8. }
  9. ],
  10. "include": []
  11. },
  12. "setting": {
  13. "urlCheck": false,
  14. "es6": true,
  15. "enhance": true,
  16. "postcss": true,
  17. "preloadBackgroundData": false,
  18. "minified": true,
  19. "newFeature": false,
  20. "coverView": true,
  21. "nodeModules": false,
  22. "autoAudits": false,
  23. "showShadowRootInWxmlPanel": true,
  24. "scopeDataCheck": false,
  25. "uglifyFileName": false,
  26. "checkInvalidKey": true,
  27. "checkSiteMap": false,
  28. "uploadWithSourceMap": true,
  29. "compileHotReLoad": true,
  30. "lazyloadPlaceholderEnable": false,
  31. "useMultiFrameRuntime": true,
  32. "useApiHook": true,
  33. "useApiHostProcess": true,
  34. "babelSetting": {
  35. "ignore": [],
  36. "disablePlugins": [],
  37. "outputPath": ""
  38. },
  39. "useIsolateContext": true,
  40. "userConfirmedBundleSwitch": false,
  41. "packNpmManually": false,
  42. "packNpmRelationList": [],
  43. "minifyWXSS": true,
  44. "disableUseStrict": false,
  45. "minifyWXML": true,
  46. "showES6CompileOption": false,
  47. "useCompilerPlugins": false,
  48. "ignoreUploadUnusedFiles": true
  49. },
  50. "compileType": "miniprogram",
  51. "libVersion": "2.23.2",
  52. "appid": "wxaace54cc2cf8924b",
  53. "projectname": "nsgk_wechat",
  54. "editorSetting": {
  55. "tabIndent": "insertSpaces",
  56. "tabSize": 2
  57. },
  58. "condition": {
  59. "search": {
  60. "list": []
  61. },
  62. "conversation": {
  63. "list": []
  64. },
  65. "game": {
  66. "list": []
  67. },
  68. "plugin": {
  69. "list": []
  70. },
  71. "gamePlugin": {
  72. "list": []
  73. },
  74. "miniprogram": {
  75. "list": []
  76. }
  77. }
  78. }