You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that ES Modules in Service Worker are not widely supported. So for this case, there is a need to generate a UMD file, while we are at it we can also transpile to a more widely supported ECMAScript.
Add transpiler to UMD
Add support for more widely supported ECMAScript
Update documentation
The text was updated successfully, but these errors were encountered:
It seems that ES Modules in Service Worker are not widely supported. So for this case, there is a need to generate a UMD file, while we are at it we can also transpile to a more widely supported ECMAScript.
Add support for more widely supported ECMAScriptThe text was updated successfully, but these errors were encountered: