project.config.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": true,
  6. "enhance": true,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": true,
  11. "coverView": true,
  12. "nodeModules": false,
  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. "useIsolateContext": false,
  31. "userConfirmedBundleSwitch": false,
  32. "packNpmManually": true,
  33. "packNpmRelationList": [
  34. {
  35. "packageJsonPath": "./package.json",
  36. "miniprogramNpmDistDir": "./miniprogram/"
  37. }
  38. ],
  39. "minifyWXSS": true,
  40. "disableUseStrict": false,
  41. "minifyWXML": true,
  42. "showES6CompileOption": false,
  43. "useCompilerPlugins": [
  44. "sass"
  45. ],
  46. "ignoreUploadUnusedFiles": false,
  47. "ignoreDevUnusedFiles": false
  48. },
  49. "compileType": "miniprogram",
  50. "libVersion": "2.25.3",
  51. "appid": "wxfb9fb589a04cfdc3",
  52. "projectname": "baby-master",
  53. "packOptions": {
  54. "ignore": [],
  55. "include": []
  56. },
  57. "editorSetting": {
  58. "tabIndent": "insertSpaces",
  59. "tabSize": 2
  60. },
  61. "condition": {}
  62. }