Closed yaffol closed 5 months ago
Name | Link |
---|---|
Latest commit | 25910c03a2ecaa6a1981b1d11a26686ef221084a |
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR adds an explicit
exports
section topackage.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.