Closed tanyav2 closed 3 days ago
Totals | |
---|---|
Change from base Build 11802556879: | 0.0% |
Covered Lines: | 3467 |
Relevant Lines: | 4098 |
Does the bundler you're using handle this correctly with this one change, or is it necessary to add
exports
to the transitive dependency packages as well?I
npm pack
ed this and installed it in a Node.js project, and confirmed it didn't break.
Yeah, it works for me, don't need to change anything else.
The
dap
package lacks ES module support. This change configures explicit import paths for ESM users (preferred by many bundlers like Vite) using the package.jsonexports
field.