How to get snowpack to honor the browser field of a dependency? #2114
Unanswered
coderbyheart
asked this question in
Troubleshooting
Replies: 1 comment
-
This issue happens because of manually written type definitions for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What I am wondering is why snowpack is using node_modules/bowser/src/bowser.js, which actually does not export
parse
instead of the bundledes5.js
, which is referenced in the package.json'sbrowser
field.STR:
Beta Was this translation helpful? Give feedback.
All reactions