project.config.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "description": "项目配置文件",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": false,
  6. "enhance": false,
  7. "postcss": false,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": false,
  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. "useMultiFrameRuntime": true,
  22. "babelSetting": {
  23. "ignore": [],
  24. "disablePlugins": [],
  25. "outputPath": ""
  26. },
  27. "enableEngineNative": false,
  28. "useIsolateContext": true,
  29. "useCompilerModule": true,
  30. "userConfirmedUseCompilerModuleSwitch": false,
  31. "userConfirmedBundleSwitch": false,
  32. "packNpmManually": false,
  33. "packNpmRelationList": [],
  34. "minifyWXSS": true,
  35. "condition": false,
  36. "ignoreUploadUnusedFiles": true
  37. },
  38. "compileType": "miniprogram",
  39. "miniprogramRoot": "weapp/",
  40. "srcMiniprogramRoot": "weapp/",
  41. "condition": {},
  42. "editorSetting": {
  43. "tabIndent": "insertSpaces",
  44. "tabSize": 2
  45. },
  46. "packOptions": {
  47. "ignore": [
  48. {
  49. "value": "static",
  50. "type": "folder"
  51. }
  52. ],
  53. "include": []
  54. },
  55. "appid": "wxda2ef261ac3cca32"
  56. }