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
Switching agoric-sdk moduleResolution from node to bundler caused the resolver to fail to find the exports of the jessie.js package. A work-around was to remove the exports map.
By default patch-package ignores package.json so this diff was made with yarn patch-package --exclude nothing
Firstly, thanks for your work on this project! 😉
Today I used patch-package to patch
[email protected]
for the project I'm working on.Switching agoric-sdk
moduleResolution
fromnode
tobundler
caused the resolver to fail to find the exports of thejessie.js
package. A work-around was to remove the exports map.By default
patch-package
ignorespackage.json
so this diff was made withyarn patch-package --exclude nothing
There may be a better solution so I'm just filing this as an issue instead of a PR.
The text was updated successfully, but these errors were encountered: