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

Properly reference imports for module type #217

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

paul-sachs
Copy link
Collaborator

@paul-sachs paul-sachs commented Oct 12, 2023

Due to changes made in #180, exports were referenced as .js files, which means that all files must subsequently imported with the .js full extension because we are declared as type: module.

The javascript module system just keeps on giving.

Fixes #216

@paul-sachs paul-sachs changed the title Support esm imports Properly reference imports for module type Oct 12, 2023
@paul-sachs paul-sachs merged commit 9736287 into main Oct 12, 2023
8 checks passed
@paul-sachs paul-sachs deleted the psachs/fix-module-import branch October 12, 2023 14:28
@paul-sachs paul-sachs mentioned this pull request Oct 12, 2023
paul-sachs added a commit that referenced this pull request Oct 12, 2023
## What's Changed
* Properly reference imports for module type by @paul-sachs in
#217


**Full Changelog**:
v0.5.2...v0.5.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.5.2 breaks in webpack
2 participants