project.config.json 1.7 KB

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