I got error window is not defined with next-worker plugins.
Do you know how to resolve this ?
Try @zeit/next-worker@canary Should be fixed there.
@timneutkens I got error
npm ERR! code E404
npm ERR! 404 Not Found: @zeit/next-worker@canary
when trying installing with npm i --save @zeit/next-worker@canary
It's actually workers, so @zeit/next-workers@canary
Thanks @timneutkens .
Thanks @timneutkens
Also @revskill10, depending on your NPM version, you dont need to speciy --save anymore :)
Most helpful comment
Thanks @timneutkens
Also @revskill10, depending on your NPM version, you dont need to speciy
--saveanymore :)