project.config.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "enhance": false,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": true,
  11. "coverView": true,
  12. "nodeModules": true,
  13. "autoAudits": false,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false,
  16. "uglifyFileName": true,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": false,
  19. "uploadWithSourceMap": true,
  20. "compileHotReLoad": false,
  21. "useMultiFrameRuntime": true,
  22. "useApiHook": true,
  23. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "useIsolateContext": true,
  29. "useCompilerModule": true,
  30. "userConfirmedUseCompilerModuleSwitch": false,
  31. "packNpmManually": true,
  32. "packNpmRelationList": [
  33. {
  34. "packageJsonPath": "./package.json",
  35. "miniprogramNpmDistDir": "./miniprogram/"
  36. }
  37. ],
  38. "useApiHostProcess": true,
  39. "userConfirmedBundleSwitch": false,
  40. "minifyWXSS": true,
  41. "disableUseStrict": false,
  42. "minifyWXML": true,
  43. "showES6CompileOption": false,
  44. "useCompilerPlugins": false,
  45. "ignoreUploadUnusedFiles": true,
  46. "lazyloadPlaceholderEnable": false,
  47. "useStaticServer": true,
  48. "condition": false,
  49. "compileWorklet": false,
  50. "localPlugins": false,
  51. "swc": false,
  52. "disableSWC": true
  53. },
  54. "compileType": "miniprogram",
  55. "libVersion": "3.14.3",
  56. "projectname": "wx-mini-program",
  57. "simulatorType": "wechat",
  58. "simulatorPluginLibVersion": {},
  59. "packOptions": {
  60. "ignore": [],
  61. "include": []
  62. },
  63. "editorSetting": {
  64. "tabIndent": "tab",
  65. "tabSize": 2
  66. },
  67. "condition": {},
  68. "appid": "wxc17b59551d6bb89f"
  69. }