project.config.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": false,
  6. "enhance": true,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": false,
  11. "coverView": true,
  12. "nodeModules": true,
  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. "lazyloadPlaceholderEnable": false,
  22. "useMultiFrameRuntime": true,
  23. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "useIsolateContext": true,
  29. "userConfirmedBundleSwitch": false,
  30. "packNpmManually": false,
  31. "packNpmRelationList": [],
  32. "minifyWXSS": true,
  33. "disableUseStrict": false,
  34. "minifyWXML": true,
  35. "showES6CompileOption": false,
  36. "useCompilerPlugins": false,
  37. "ignoreUploadUnusedFiles": true,
  38. "useStaticServer": true
  39. },
  40. "compileType": "miniprogram",
  41. "condition": {},
  42. "editorSetting": {
  43. "tabIndent": "insertSpaces",
  44. "tabSize": 4
  45. },
  46. "projectname": "",
  47. "libVersion": "2.24.0",
  48. "packOptions": {
  49. "ignore": [],
  50. "include": []
  51. },
  52. "appid": "wx96efd334b6da6e38"
  53. }