How to work with commonjs dependencies or third party deps having no default export #720
itssumitrai
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried Snowpack into couple of projects so far, and after trying out various things, I had to switch to something else because I come across some dependency which doesn't have a default export and snowpack throws an error on the browser.
Is there any work around for this ? I know about the
externals
option, and that doesn't seem to work in my case. I feel that this is a major gap in trying out snowpack, please point me to some other resources if there are any workarounds. Thanks.Beta Was this translation helpful? Give feedback.
All reactions