project.config.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "condition": false
  43. },
  44. "compileType": "miniprogram",
  45. "libVersion": "2.24.0",
  46. "appid": "wx6f5394eef6c66ca3",
  47. "projectname": "demo",
  48. "simulatorType": "wechat",
  49. "simulatorPluginLibVersion": {},
  50. "condition": {},
  51. "packOptions": {
  52. "ignore": [],
  53. "include": []
  54. },
  55. "editorSetting": {
  56. "tabIndent": "insertSpaces",
  57. "tabSize": 2
  58. }
  59. }