Svetle f7.swiper.create undefined

In f7ready function f7.swiper is undefined

<script>
onMount(() => {
  f7ready(() => {
    console.log(f7.swiper) // undefined
  })
})
</script>

So I tried building the app, and when hosting the server it worked (f7.swiper is actually there and not undefined)

Not sure why is that is the case. Any ideas?
console logging f7 dev vs prod