We're getting this kind of error on latest Chrome on Android tablet. I quickly peeked the file that's causing the error and it seems that there's code written with ES6 syntax in the file. See the screenshot below. Should the service worker code be compiled to ES5?

The first thing related to the error when googling point to this. It also is talking about it being a syntax error.
Yep. We are working on a new way to handle prefetching.
Let's try to find a fix soon.
Great! If we don't use the import PrefetchLink from 'next/prefetch' at all would this disable the service worker for now?
Tested. Not using the next/prefetch circumvents the issue.
Yes. Sometimes it get started even you are not using it (But used it earlier).
Guys check this: https://github.com/zeit/next.js/pull/957
Most helpful comment
Guys check this: https://github.com/zeit/next.js/pull/957