project.config.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "miniprogramRoot": "miniprogram/",
  8. "compileType": "miniprogram",
  9. "libVersion": "2.12.3",
  10. "projectname": "Mina_B_T",
  11. "scripts": {
  12. "beforeCompile": "npm run tsc",
  13. "beforePreview": "npm run tsc",
  14. "beforeUpload": "npm run tsc"
  15. },
  16. "setting": {
  17. "urlCheck": true,
  18. "es6": true,
  19. "enhance": true,
  20. "postcss": true,
  21. "preloadBackgroundData": false,
  22. "minified": true,
  23. "newFeature": false,
  24. "coverView": true,
  25. "nodeModules": true,
  26. "autoAudits": false,
  27. "showShadowRootInWxmlPanel": true,
  28. "scopeDataCheck": false,
  29. "uglifyFileName": false,
  30. "checkInvalidKey": true,
  31. "checkSiteMap": true,
  32. "uploadWithSourceMap": true,
  33. "compileHotReLoad": true,
  34. "lazyloadPlaceholderEnable": false,
  35. "useMultiFrameRuntime": true,
  36. "useApiHook": true,
  37. "useApiHostProcess": true,
  38. "babelSetting": {
  39. "ignore": [],
  40. "disablePlugins": [],
  41. "outputPath": ""
  42. },
  43. "enableEngineNative": false,
  44. "useIsolateContext": true,
  45. "userConfirmedBundleSwitch": false,
  46. "packNpmManually": false,
  47. "packNpmRelationList": [],
  48. "minifyWXSS": true,
  49. "disableUseStrict": false,
  50. "showES6CompileOption": false,
  51. "useCompilerPlugins": [
  52. "typescript",
  53. "sass"
  54. ],
  55. "minifyWXML": true,
  56. "useStaticServer": true,
  57. "condition": true
  58. },
  59. "simulatorType": "wechat",
  60. "simulatorPluginLibVersion": {},
  61. "appid": "wx997164f2857c1a1d",
  62. "condition": {},
  63. "srcMiniprogramRoot": "miniprogram/",
  64. "editorSetting": {
  65. "tabIndent": "tab",
  66. "tabSize": 2
  67. }
  68. }