project.config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "description": "项目配置文件",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": true,
  6. "enhance": false,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": true,
  11. "coverView": true,
  12. "nodeModules": true,
  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. "bundle": false,
  29. "useIsolateContext": true,
  30. "useCompilerModule": true,
  31. "userConfirmedUseCompilerModuleSwitch": false,
  32. "userConfirmedBundleSwitch": false,
  33. "packNpmManually": false,
  34. "packNpmRelationList": [],
  35. "minifyWXSS": true,
  36. "ignoreUploadUnusedFiles": true
  37. },
  38. "compileType": "miniprogram",
  39. "simulatorType": "wechat",
  40. "simulatorPluginLibVersion": {},
  41. "condition": {},
  42. "editorSetting": {
  43. "tabIndent": "insertSpaces",
  44. "tabSize": 2
  45. },
  46. "libVersion": "2.9.4",
  47. "packOptions": {
  48. "ignore": [],
  49. "include": []
  50. },
  51. "appid": "wxd10c937c5500a0fd",
  52. "scripts": {
  53. "beforePreview": "\"postcss\": \"^6.0.1\"",
  54. "beforeUpload": "\"uglify-js\": \"3.0.27\""
  55. }
  56. }