project.config.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. },
  45. "compileType": "miniprogram",
  46. "condition": {},
  47. "editorSetting": {
  48. "tabIndent": "auto",
  49. "tabSize": 2
  50. },
  51. "libVersion": "2.19.4",
  52. "packOptions": {
  53. "ignore": [],
  54. "include": []
  55. },
  56. "appid": "wxc1b6ae925ac1d06a"
  57. }