project.config.json 1.3 KB

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