spudly / stephensorensen.com

🌏 My personal website
http://www.stephensorensen.com/
1 stars 0 forks source link

service worker missing polyfills #19

Closed spudly closed 7 years ago

spudly commented 7 years ago

To get async functions working I had to manually add the regenerator runtime. This is concerning, as (i think) it means that babel-preset-env didn't add the polyfills to the service worker file, only the index.client.js file.

spudly commented 7 years ago

service worker is dead 😖 , so this issue is obsolete.