-
Notifications
You must be signed in to change notification settings - Fork 100
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than comments, LGTM 👍
Co-authored-by: pooya parsa <pyapar@gmail.com>
unrelated: ensure all runtime deps are transpiled for legacy browser support
Some issues discovered with test deploy:
|
I think jest only expects export to existing since we are using
It is a little bit confusing since assumptions in that issue are based on before this PR for doing dedup by alias. Also as mentioned in commit comment, transpile is for transpile (not side-effect of inlining). I guarantee you it is right thing to do :) |
@pi0 I mean we need to produce it for end-users who want to use jest testing:
|
Is mentioned instruction for testing a vue component that uses |
No description provided.