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
build: adds explicit exports section in 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.
Co-authored-by: Stefan Dirix <sdirix@eclipsesource.com>
0 commit comments