Skip to content
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

tslib dependency should not be in devDependencies #3

Open
tsani opened this issue Jul 14, 2021 · 0 comments
Open

tslib dependency should not be in devDependencies #3

tsani opened this issue Jul 14, 2021 · 0 comments

Comments

@tsani
Copy link

tsani commented Jul 14, 2021

When installing production-only dependencies for our app, we use npm install --production, which does not install devDependencies neither for our app or any of our app's dependencies such as itiriri-async. But the thing is, itiriri-async lists tslib as a devDependency. tslib is the typescript runtime, so it should be a production dependency. In fact, our app fails to run unless we install tslib separately ourselves becausee of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant