project.config.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "scopeDataCheck": false,
  10. "coverView": true,
  11. "es6": false,
  12. "postcss": true,
  13. "compileHotReLoad": false,
  14. "lazyloadPlaceholderEnable": false,
  15. "preloadBackgroundData": false,
  16. "minified": true,
  17. "autoAudits": false,
  18. "newFeature": false,
  19. "uglifyFileName": false,
  20. "uploadWithSourceMap": true,
  21. "useIsolateContext": false,
  22. "nodeModules": false,
  23. "enhance": true,
  24. "useMultiFrameRuntime": true,
  25. "useApiHook": true,
  26. "useApiHostProcess": true,
  27. "showShadowRootInWxmlPanel": true,
  28. "packNpmManually": false,
  29. "packNpmRelationList": [],
  30. "minifyWXSS": true,
  31. "disableUseStrict": false,
  32. "ignoreUploadUnusedFiles": true,
  33. "minifyWXML": true,
  34. "babelSetting": {
  35. "ignore": [],
  36. "disablePlugins": [],
  37. "outputPath": ""
  38. }
  39. },
  40. "compileType": "miniprogram",
  41. "libVersion": "2.9.4",
  42. "appid": "wx0379d1acd1534a7c",
  43. "projectname": "weilaibike-work-mini",
  44. "simulatorType": "wechat",
  45. "simulatorPluginLibVersion": {},
  46. "scripts": {
  47. "beforePreview": "\"postcss\": \"^6.0.1\"",
  48. "beforeUpload": "\"uglify-js\": \"3.0.27\""
  49. },
  50. "condition": {},
  51. "editorSetting": {
  52. "tabIndent": "insertSpaces",
  53. "tabSize": 2
  54. }
  55. }