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

show webpack feedback / progress indicators when building #260

Closed
1 of 5 tasks
thescientist13 opened this issue Nov 17, 2019 · 4 comments
Closed
1 of 5 tasks

show webpack feedback / progress indicators when building #260

thescientist13 opened this issue Nov 17, 2019 · 4 comments
Assignees
Labels
enhancement Improve something existing (e.g. no docs, new APIs, etc) invalid This doesn't seem right

Comments

@thescientist13
Copy link
Member

thescientist13 commented Nov 17, 2019

Type of Change

  • New Feature Request
  • Documentation / Website
  • Improvement / Suggestion
  • Bug
  • Other (please clarify below)

Summary

Currently there is little feedback from the webpack build about progress or generated output. It's just run and done.

$ yarn build
yarn run v1.12.3
$ yarn clean && node . build
$ rimraf ./**/.greenwood/** && rimraf ./**/public/** && rimraf ./coverage
-------------------------------------------------------
Welcome to Greenwood ♻️
-------------------------------------------------------
Reading project config
Initializing project workspace contexts
Generating graph of workspace files...
Scaffolding out project files...
Generate pages from templates...
Writing imports for md...
Writing Lit routes...
setup index page and html
Scaffolding complete.
Building project for production.
Building SPA from compilation...
webpack build complete
...................................
Static site generation complete!
...................................
✨  Done in 21.38s.

Details

It would be nice to give the user some feedback on the progress and output of the build, like:

  1. Logging stats / warnings
  2. Showing progress
  3. Others?
@thescientist13 thescientist13 added the enhancement Improve something existing (e.g. no docs, new APIs, etc) label Nov 17, 2019
@thescientist13 thescientist13 self-assigned this Nov 17, 2019
@thescientist13 thescientist13 changed the title show feedback / progress indicators when building show webpack feedback / progress indicators when building Nov 17, 2019
@thescientist13 thescientist13 added this to the MVP milestone Nov 27, 2019
@thescientist13
Copy link
Member Author

This looks fancy!
https://github.com/nuxt/webpackbar

@thescientist13
Copy link
Member Author

Found out about this webpack plugin
https://www.npmjs.com/package/speed-measure-webpack-plugin

@thescientist13 thescientist13 added the invalid This doesn't seem right label Nov 8, 2020
@thescientist13
Copy link
Member Author

As part of #355 / #417 webpack wont be used in the project anymore, so this issue will become invalid once this gets merged and release.

@thescientist13 thescientist13 mentioned this issue Nov 12, 2020
12 tasks
@thescientist13
Copy link
Member Author

v0.10.0 released, webpack related issues no longer apply to the project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve something existing (e.g. no docs, new APIs, etc) invalid This doesn't seem right
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant