project.config.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "description": "项目配置文件",
  3. "setting": {
  4. "bundle": false,
  5. "userConfirmedBundleSwitch": false,
  6. "urlCheck": true,
  7. "scopeDataCheck": false,
  8. "coverView": true,
  9. "es6": true,
  10. "postcss": true,
  11. "compileHotReLoad": false,
  12. "lazyloadPlaceholderEnable": false,
  13. "preloadBackgroundData": false,
  14. "minified": true,
  15. "autoAudits": false,
  16. "newFeature": false,
  17. "uglifyFileName": false,
  18. "uploadWithSourceMap": true,
  19. "useIsolateContext": true,
  20. "nodeModules": false,
  21. "enhance": true,
  22. "useMultiFrameRuntime": true,
  23. "showShadowRootInWxmlPanel": true,
  24. "packNpmManually": true,
  25. "enableEngineNative": false,
  26. "packNpmRelationList": [
  27. {
  28. "packageJsonPath": "./package.json",
  29. "miniprogramNpmDistDir": "./"
  30. }
  31. ],
  32. "minifyWXSS": true,
  33. "showES6CompileOption": false,
  34. "minifyWXML": true,
  35. "babelSetting": {
  36. "ignore": [],
  37. "disablePlugins": [],
  38. "outputPath": ""
  39. },
  40. "ignoreUploadUnusedFiles": true,
  41. "useCompilerPlugins": [
  42. "sass"
  43. ],
  44. "condition": true
  45. },
  46. "compileType": "miniprogram",
  47. "condition": {},
  48. "editorSetting": {
  49. "tabIndent": "auto",
  50. "tabSize": 2
  51. },
  52. "packOptions": {
  53. "ignore": [],
  54. "include": []
  55. },
  56. "appid": "wx7505ddb0a1ec6146",
  57. "projectname": "E_WeChat",
  58. "libVersion": "2.29.1",
  59. "simulatorPluginLibVersion": {}
  60. }