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
I had a few issues when trying to consume it from a project using Typescript so I've created a build using rollup that includes the types as well as generating different packages for consuming as:
Node CommonJS
Node ES Modules
Browser UMD
Browser UMD Minified
Only tested the TS one so far, I'll send a PR when I've tried the others if you're interested in this approach.
I had a few issues when trying to consume it from a project using Typescript so I've created a build using rollup that includes the types as well as generating different packages for consuming as:
Only tested the TS one so far, I'll send a PR when I've tried the others if you're interested in this approach.
https://github.com/CaptainCodeman/lit-element/tree/rollup-build
The text was updated successfully, but these errors were encountered: