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

TypeScript typings for WarningsToErrorsPlugin #59

Merged
merged 1 commit into from Sep 22, 2021

Conversation

bes
Copy link
Contributor

@bes bes commented Sep 22, 2021

The new file typings.d.ts contains TypeScript typings for webpack that should
be usable for a webpack version that is compatible with typescript
configuration.

If you open typings.d.ts in an IDE you will se a warning that webpack isn't
installed, or that types are missing. This is because this repository has
webpack as a peer dependency, so the user of this library will have to select
a webpack version and install that. At that point the typings will be available
at the client side (the one that does npm install or yarn add of
warnings-to-errors-webpack-plugin).

Fixes #58

The new file typings.d.ts contains TypeScript typings for webpack that should
be usable for a webpack version that is compatible with typescript
configuration.

If you open typings.d.ts in an IDE you will se a warning that webpack isn't
installed, or that types are missing. This is because this repository has
webpack as a peer dependency, so the user of this library will have to select
a webpack version and install that. At that point the typings will be available
at the client side (the one that does npm install or yarn add of
warnings-to-errors-webpack-plugin).

Fixes taehwanno#58
@taehwanno taehwanno merged commit 7e2480b into taehwanno:main Sep 22, 2021
@taehwanno
Copy link
Owner

Thanks! published as v2.2.0

@bes
Copy link
Contributor Author

bes commented Sep 22, 2021

Thank you!

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

Successfully merging this pull request may close these issues.

TypeScript typings
2 participants