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

Explicit ESM exports #109

Merged
merged 1 commit into from
May 28, 2024
Merged

Explicit ESM exports #109

merged 1 commit into from
May 28, 2024

Conversation

yaffol
Copy link
Contributor

@yaffol yaffol commented Apr 23, 2024

This PR adds an explicit exports section to package.json.

This is required for node.js imports to pick up the correct ESM output.
For example, when importing jsonforms/vue-vuetify within a test framework
such as Vitest, or Playwright Component Testing when using ES modules.

Copy link

netlify bot commented Apr 23, 2024

Deploy Preview for jsonforms-vuetify-renderers ready!

Name Link
🔨 Latest commit 25910c0
🔍 Latest deploy log https://app.netlify.com/sites/jsonforms-vuetify-renderers/deploys/6654af841fb4a10008d52953
😎 Deploy Preview https://deploy-preview-109--jsonforms-vuetify-renderers.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

This is required for node.js imports to pick up the correct ESM output.
For example, when importing jsonforms/vue-vuetify within a test framework
such as Vitest, or Playwright Component Testing when using ES modules.

Co-authored-by: Stefan Dirix <sdirix@eclipsesource.com>
@sdirix sdirix merged commit 12f70c1 into eclipsesource:vue3 May 28, 2024
5 checks passed
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.

None yet

2 participants