jcubic / wayne

Service Worker Routing library for in browser HTTP requests
https://jcubic.github.io/wayne
MIT License
556 stars 29 forks source link

Using without ES Modules #9

Closed jcubic closed 2 years ago

jcubic commented 2 years ago

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.