project.config.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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": true,
  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": false,
  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": false,
  49. "useStaticServer": true
  50. },
  51. "compileType": "miniprogram",
  52. "libVersion": "2.19.4",
  53. "appid": "wx34436977cd1e02e4",
  54. "projectname": "mobile-template",
  55. "editorSetting": {
  56. "tabIndent": "insertSpaces",
  57. "tabSize": 4
  58. },
  59. "condition": {}
  60. }