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

--verbose flag #377

Closed
nickbalestra opened this issue Feb 2, 2017 · 0 comments
Closed

--verbose flag #377

nickbalestra opened this issue Feb 2, 2017 · 0 comments

Comments

@nickbalestra
Copy link
Contributor

At the moment, when packaging the data provider webpack will output some info to the terminal following the setting:

stats: {
    chunks: false,
    colors: true,
    version: false,
    hash: false
  }

Although pretty minimal, I can see how this could be annoying when working on data providers that simply deal with jade/handlebar templateEngines.
That output is instead very useful when working on modern view provider that will be handled by react or similar templateEngines... Because of this, I suggest we add a --verbose flag option on the dev command to output extra bundling info while muting it by default (stats: 'errors-only'). This flag could be then also passed to the templateEngine...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant