-
-
Notifications
You must be signed in to change notification settings - Fork 283
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: { minimized: true }
is not allowed by type definition.
#663
Comments
Thank you for quickly addressing the issue! I've just tested with 10.2.3, but the problem is not solved. #664 modifies |
|
oh, I see, WIP |
10.2.4 solves the issue. Thank you again for the quick response! |
Bug report
README says that
info
takes{ minimized: true }
option. However, the type definition only takesstring
value.Actual Behavior
This code described in README causes an error
Type 'boolean' is not assignable to type 'string'.ts(2322)
in TypeScript.Expected Behavior
info: { minimized: true }
should be a validPattern
.How Do We Reproduce?
Write webpack.config.ts in TypeScript and use CopyWebPackPlugin with
info: { minimized: true }
option.Please paste the results of
npx webpack-cli info
here, and mention other relevant informationThe text was updated successfully, but these errors were encountered: