project.config.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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": true,
  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. },
  58. "simulatorType": "wechat",
  59. "simulatorPluginLibVersion": {},
  60. "appid": "wx997164f2857c1a1d",
  61. "condition": {},
  62. "srcMiniprogramRoot": "miniprogram/",
  63. "editorSetting": {
  64. "tabIndent": "tab",
  65. "tabSize": 2
  66. }
  67. }