project.config.json 1.7 KB

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