project.config.json 1.6 KB

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