微信小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

project.config.json 1.5 KiB

3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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": false,
  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. "showES6CompileOption": false,
  46. "useCompilerPlugins": false,
  47. "ignoreUploadUnusedFiles": true,
  48. "minifyWXML": true,
  49. "useStaticServer": true
  50. },
  51. "editorSetting": {
  52. "tabIndent": "insertSpaces",
  53. "tabSize": 2
  54. },
  55. "condition": {},
  56. "appid": "wxaace54cc2cf8924b",
  57. "compileType": "miniprogram",
  58. "libVersion": "2.23.2"
  59. }