-
Notifications
You must be signed in to change notification settings - Fork 20
Remove types from dependencies #82
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
Conversation
Thanks for your PR Could you please check issue #17? Thanks 😀 |
I've read your comment, @stegano. The thing is, that the error might come from the way it is compiled, not from the dependencies. I'm trying to provide an example of fix in the PR itself. |
To help me fix it, I was worknig on this other library TrySound/rollup-plugin-uglify#91 |
Hi @stephane-segning If the user installs the If you remove |
The problem is the TS config. I've updated it quite a little bit. And also, you should include all The lib @types/http-proxy should always be installed if a user is working with dev deps. Typically, in dev env. If we put @types/http-proxy in dev-deps, the problem is solved. Now, if the client has any problems with it, they explain them to us and we solve them accordingly. But not by adding @types/* to the main deps. |
I'm sorry but I still don't quite understand,
Please let me know if I'm misunderstanding something. |
If you need to include all |
Hi @stephane-segning, |
Because this is part of the main dependencies, the overall package is very huge. This PR do fixes that