project.config.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "description": "项目配置文件",
  3. "setting": {
  4. "urlCheck": false,
  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. "useApiHook": true,
  24. "useApiHostProcess": true,
  25. "babelSetting": {
  26. "ignore": [],
  27. "disablePlugins": [],
  28. "outputPath": ""
  29. },
  30. "enableEngineNative": false,
  31. "useIsolateContext": false,
  32. "userConfirmedBundleSwitch": false,
  33. "packNpmManually": false,
  34. "packNpmRelationList": [],
  35. "minifyWXSS": true,
  36. "disableUseStrict": false,
  37. "minifyWXML": true,
  38. "showES6CompileOption": false,
  39. "useCompilerPlugins": false
  40. },
  41. "compileType": "miniprogram",
  42. "libVersion": "2.23.2",
  43. "appid": "wx0fd4b616bc7cf3bb",
  44. "projectname": "%E8%B5%9B%E5%9C%BA",
  45. "condition": {}
  46. }