project.config.json 1.5 KB

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