ownego / polaris-vue

Shopify Polaris design system for Vue JS. Shopify’s design system to help us build the great apps for all of our merchants.
https://ownego.github.io/polaris-vue/
MIT License
139 stars 29 forks source link

Fix: add exports field to package.json #401

Closed nickmessing closed 2 months ago

nickmessing commented 2 months ago

Some tools (like vite) have higher priority on exports field. For some reason in my setup vitest was picking CJS build even if it was imported, having an exports field solves the issue in our case.