-
Notifications
You must be signed in to change notification settings - Fork 154
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
fix: update deps for fix bundle compilation #273
Conversation
@urish Try this to resolve 6.0.0 release issue |
Thanks, have you tested this? Also, husky 6 had some breaking changes, so if you upgrade it, please update the configuration accordingly |
Thanks. Updated MR |
Thanks for the update. Have you tested that this actually fixes the issue in #272? |
added "postinstall": "husky install" to support yarn. |
I'm not sure I explained myself correctly - do we have any evidence that this change solves the issue in #272? specifically, this:
|
Error cause that bundle in fesm2020 in npm package consist only from root wrapper and does not contain any more code. Thats the content of packaged bundle
As you see no any usefull code |
Got it, thanks for explaining! One more thing: I see the commit includes both "packages-lock.json" and "yarn.lock". Let's keep remove one of them (I don't have a strong opinion which), otherwise it's easy to get them out of sync. |
NPM 8 keep it sync, I think better to have NPM instead of yarn, I have seen few projects that need yarn really. |
So can you please remove yarn.lock? Not everyone has npm 8 yet |
Done |
Thank you! |
released as 6.0.1 |
Thanks again for looking into this |
#272