project.config.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "description": "项目配置文件",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": false,
  6. "enhance": true,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "coverView": true,
  11. "autoAudits": false,
  12. "showShadowRootInWxmlPanel": true,
  13. "uglifyFileName": false,
  14. "checkInvalidKey": true,
  15. "uploadWithSourceMap": true,
  16. "compileHotReLoad": false,
  17. "lazyloadPlaceholderEnable": false,
  18. "useMultiFrameRuntime": true,
  19. "useApiHook": true,
  20. "useApiHostProcess": true,
  21. "babelSetting": {
  22. "ignore": [],
  23. "disablePlugins": [],
  24. "outputPath": ""
  25. },
  26. "useIsolateContext": false,
  27. "packNpmManually": false,
  28. "packNpmRelationList": [],
  29. "minifyWXSS": true,
  30. "disableUseStrict": false,
  31. "minifyWXML": true,
  32. "showES6CompileOption": false,
  33. "useCompilerPlugins": false
  34. },
  35. "compileType": "miniprogram",
  36. "libVersion": "2.23.2",
  37. "appid": "wx0fd4b616bc7cf3bb",
  38. "projectname": "%E8%B5%9B%E5%9C%BA",
  39. "condition": {}
  40. }