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

Pass CLI options to webpack #60

Closed
IanVS opened this issue Oct 24, 2016 · 2 comments
Closed

Pass CLI options to webpack #60

IanVS opened this issue Oct 24, 2016 · 2 comments

Comments

@IanVS
Copy link

IanVS commented Oct 24, 2016

As far as I know, there are some webpack cli options like --progress which cannot be set in a config file (maybe I'm wrong). If that's the case, it would be pretty nice if there were a way to pass these options to the underlying webpack. --progress is the one I'd really like, but making it more flexible could be good too. What do you think, is it possible to do?

@zinserjan
Copy link
Owner

Yep, some kind of progress would be cool.

This brings me to the idea to implement something like create-react-app with auto clearing the console and just display the latest stuff like

  • build progress
  • build errors
  • test reports

and just clear the console between each state change.

@zinserjan zinserjan mentioned this issue Jan 3, 2017
22 tasks
@zinserjan
Copy link
Owner

Please have a look at #97.

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

No branches or pull requests

2 participants