project.config.json 1.7 KB

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