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

Change to minimal Webpack output #12049

Merged
merged 1 commit into from
Jan 24, 2020
Merged

Change to minimal Webpack output #12049

merged 1 commit into from
Jan 24, 2020

Conversation

jryans
Copy link
Collaborator

@jryans jryans commented Jan 24, 2020

This changes Webpack to only output errors, warnings, or new compilations.
This has the effect of hiding the massive list of modules. The giant list was
actually hiding warnings because they appear first and scroll off the
terminal.

This changes Webpack to only output errors, warnings, or new compilations.
This has the effect of hiding the massive list of modules. The giant list was
actually _hiding_ warnings because they appear first and scroll off the
terminal.
@jryans jryans requested a review from a team January 24, 2020 22:37
@jryans
Copy link
Collaborator Author

jryans commented Jan 24, 2020

The output now looks like:

<...compile progress as before...>
2020-01-24 22:30:32.843 [riot-js] <s> [webpack.Progress] 95% emitting
2020-01-24 22:30:32.843 [riot-js] <s> [webpack.Progress] 95% emitting HtmlWebpackPlugin
2020-01-24 22:30:32.999 [riot-js] <s> [webpack.Progress] 95% emitting HtmlWebpackPlugin
2020-01-24 22:30:33.294 [riot-js] <s> [webpack.Progress] 98% after emitting
2020-01-24 22:30:33.294 [riot-js] <s> [webpack.Progress] 100%
2020-01-24 22:30:33.294 [riot-js]
2020-01-24 22:30:33.359 [riot-js] ℹ 「wdm」:    2087 modules
2020-01-24 22:30:33.359 [riot-js] ℹ 「wdm」: Compiled successfully.

@jryans jryans merged commit 9c258f9 into develop Jan 24, 2020
@t3chguy t3chguy deleted the jryans/webpack-minimal branch May 12, 2022 09:07
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.

2 participants