project.config.json 1.7 KB

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