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

Follow upstream type change from webpack #2072

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Follow upstream type change from webpack #2072

merged 1 commit into from
Aug 22, 2024

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Aug 22, 2024

No description provided.

@@ -554,7 +554,7 @@ const Webpack: PackagerConstructor<Options> = class Webpack implements Packager
// write all the stats output to the console
this.consoleWrite(
stats.toString({
color: Boolean(supportsColor.stdout),
Copy link
Collaborator

@NullVoxPopuli NullVoxPopuli Aug 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this change how older webpack works? or was colors always a thing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this has been colors for a long time and there was some typescript change that has suddenly revealed that we had the wrong name here.

@ef4 ef4 merged commit d9fc688 into main Aug 22, 2024
188 checks passed
@ef4 ef4 deleted the webpack-type-change branch August 22, 2024 18:34
@ef4 ef4 added the bug Something isn't working label Aug 22, 2024
@github-actions github-actions bot mentioned this pull request Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants