project.config.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "appid": "wxb5a03d3b3ec643b3",
  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. "enableEngineNative": false,
  37. "useIsolateContext": false,
  38. "userConfirmedBundleSwitch": false,
  39. "packNpmManually": false,
  40. "packNpmRelationList": [],
  41. "minifyWXSS": false,
  42. "disableUseStrict": false,
  43. "minifyWXML": true,
  44. "showES6CompileOption": false,
  45. "useCompilerPlugins": false,
  46. "ignoreUploadUnusedFiles": true
  47. },
  48. "editorSetting": {
  49. "tabIndent": "insertSpaces",
  50. "tabSize": 4
  51. },
  52. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  53. "projectname": "1",
  54. "condition": {}
  55. }