-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Things that need peerDeps (like react) fail to build for multibundles #130
Comments
Interesting. I would have to play with this more, but a few ideas:
|
Doesn't matter, I have repro here: https://wzrd.in/standalone/react-tag-input@latest
|
package.json looks well-formed but I see a lot of
in the main export. Those can cause problems with browserify. |
One thing you can try doing too, is to make a tmpdir, go into it, make a package.json, npm install react-tag-manager and then run |
Thanks a ton for looking into this so quickly! The above suggestion is the first thing I tried and it seems to work fine -
Let me know if there's anything else I can provide to help you debug! Thanks =) |
It might be a while until I can get back to this, just a heads-up. |
Sure no problem. Really appreciate any time you can put into this! Thank
|
Hi!
Thanks for this fantastic service! I was trying out a package - react-tag-input in ESNext and I got this weird issue in the console. The message directed me to post this here, so that's why I'm here.
You can see what I have on ESNextBin here and see the package source here. As a package author, I'd love to give an example of the package usage on ESNextBin, so if you have any ideas on what I can do to make this work, I'll highly appreciate it. Thanks! 👍
The text was updated successfully, but these errors were encountered: