使用 svelte-fullcalendar 的最终捆绑包中有 ~10KB 的 preact,为什么?
~10KB of preact in final bundle with svelte-fullcalendar, why?
我正在新的 Svelte 项目中使用 https://github.com/YogliB/svelte-fullcalendar。
分析我的最终包,我可以看到有 ~10KB preact
。 为什么?
因为sevlte-fullcalendar
depends on @fullcalendar/core
and @fullcalendar/core
depends on preact
.
我正在新的 Svelte 项目中使用 https://github.com/YogliB/svelte-fullcalendar。
分析我的最终包,我可以看到有 ~10KB preact
。 为什么?
因为sevlte-fullcalendar
depends on @fullcalendar/core
and @fullcalendar/core
depends on preact
.