nuxt-community / laravel-echo-module

Laravel Echo for Nuxt 2
MIT License
86 stars 31 forks source link

window is not defined #3

Closed ceronem closed 4 years ago

ceronem commented 4 years ago

file: nuxt.config.js

  echo: {
...
    broadcaster: 'socket.io',
...
  }

It causes a "window is not defined" error at ../.nuxt/echo.js

ricardogobbosouza commented 4 years ago

@ceronem thanks for reporting Fixed on v1.0.2

ceronem commented 4 years ago

@ceronem thanks for reporting Fixed on v1.0.2

you're welcome. Thanks for the fix