Hi there, we keep getting this error when running tests that rely on this package via @testing-library/jest-dom.
Sourcemap for "node_modules/.pnpm/@adobe+css-tools@4.4.4/node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.mjs" points to missing source files
Could you either
- include
sourcesContent
- include
src/ in the published files
- fix the
sources paths so they match what’s shipped
so that we can avoid this error?
Thanks.
Hi there, we keep getting this error when running tests that rely on this package via
@testing-library/jest-dom.Sourcemap for "node_modules/.pnpm/@adobe+css-tools@4.4.4/node_modules/@adobe/css-tools/dist/esm/adobe-css-tools.mjs" points to missing source filesCould you either
sourcesContentsrc/in the published filessourcespaths so they match what’s shippedso that we can avoid this error?
Thanks.