-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Question about dev dependencies. #26
Comments
Actually, the default value of The scenario is, that when someone install your library as part of their project, npm will also install your lib's On the other hand, This scenario is the standard behavior of npm and this is what the default settings for this plugin support. |
@Septh
So what is point to bundle this? |
reflect-metada's readme instructs to install the package as a |
@Septh |
On the contrary, this is the typical case. If your code |
Yes , you are right. my mistake. |
Great discussion... |
You're correct. |
Nice Work!
To be clear, this is a question no a bug.
In the
readme
,you said
The text was updated successfully, but these errors were encountered: