project.config.json 1.6 KB

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