Open blairanderson opened 1 year ago
ninja keys uses lit-html and lit-reactive. this has been working for a while and all our users started seeing module errors today.
lit-html
lit-reactive
I ultimately found the unpkg CDN so unreliable that now I install ninja-keys with npm and bundle it using esbuild. You can see an example here in case it helps:
unpkg
ninja-keys
esbuild
ninja keys uses
lit-html
andlit-reactive
. this has been working for a while and all our users started seeing module errors today.