express-vue / vue-pronto

Rendering Engine for turning Vue files into Javascript Objects
Apache License 2.0
20 stars 12 forks source link

Quiet mode #90

Closed shamblesides closed 5 years ago

shamblesides commented 5 years ago

Hello,

This is a great project. I've been using it (through express-vue) and it works great.

I was wondering if we could remove the "Precached -> /path/to/component.vue" messages in production. They aren't useful and they add clutter to my project's output that I cannot disable. Can we do one of the following:

If you let me know your preference, I can open up a pull request that accomplishes that. Thank you!

danielcherubini commented 5 years ago

this has been changed a lot since then. https://github.com/express-vue/express-vue#migration-to-webpack-renderer

there's also a CLI for building for production...

expressvue build .

remember to include the .expressvue folder into your production container or whatever...

it's much quieter for prod