After setting up step 3 of the [PWA training](https://developers.google.com/codelabs/pwa-training/pwa03--going-offline#3) and fill up `service-worker.js` we have this error in the console. ``` Uncaught SyntaxError: The requested module /service-worker.js does not provide an export named 'default' ``` Any idea how to fix this ?