Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set type in package.json to "module" #974

Merged
merged 1 commit into from
Aug 14, 2020
Merged

Conversation

vikerman
Copy link
Contributor

@vikerman vikerman commented Apr 26, 2020

This would let Node >=13 to load lit-element as ES modules without any other bundling tools.

Move check-version-tracker file extension to .cjs to continue loading it as cjs.

Fixes #973

This would let Node >=13 to load lit-html as ES modules without any other bundling tools.

Move check-version-tracker file extension to .cjs to continue loading it as cjs.

Fixes lit#973.
@justinfagnani justinfagnani merged commit 5e6b8c9 into lit:master Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set "type" to "module" in package.json
3 participants