project.config.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "miniprogramRoot": "miniprogram/",
  7. "compileType": "miniprogram",
  8. "libVersion": "2.12.3",
  9. "projectname": "Mina_B_T",
  10. "scripts": {
  11. "beforeCompile": "npm run tsc",
  12. "beforePreview": "npm run tsc",
  13. "beforeUpload": "npm run tsc"
  14. },
  15. "setting": {
  16. "urlCheck": true,
  17. "es6": true,
  18. "enhance": true,
  19. "postcss": true,
  20. "preloadBackgroundData": false,
  21. "minified": true,
  22. "newFeature": false,
  23. "coverView": true,
  24. "nodeModules": true,
  25. "autoAudits": false,
  26. "showShadowRootInWxmlPanel": true,
  27. "scopeDataCheck": false,
  28. "uglifyFileName": true,
  29. "checkInvalidKey": true,
  30. "checkSiteMap": true,
  31. "uploadWithSourceMap": true,
  32. "compileHotReLoad": true,
  33. "lazyloadPlaceholderEnable": false,
  34. "useMultiFrameRuntime": true,
  35. "useApiHook": true,
  36. "useApiHostProcess": true,
  37. "babelSetting": {
  38. "ignore": [],
  39. "disablePlugins": [],
  40. "outputPath": ""
  41. },
  42. "enableEngineNative": false,
  43. "useIsolateContext": true,
  44. "userConfirmedBundleSwitch": false,
  45. "packNpmManually": false,
  46. "packNpmRelationList": [],
  47. "minifyWXSS": true,
  48. "showES6CompileOption": false
  49. },
  50. "simulatorType": "wechat",
  51. "simulatorPluginLibVersion": {},
  52. "appid": "wx997164f2857c1a1d",
  53. "condition": {}
  54. }