wayne
wayne copied to clipboard
Using without ES Modules
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 UDM
- [ ] Add support for more widely supported ECMAScript
- [ ] Update documentation