project.config.json 1.6 KB

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