regular dependency update (does not have impact on build times)
I also tried a hello world app created with vue-cli and the production build (for basically one page) takes already 4.5s on my machine, so having for a full blown app like ours taking ~16 - 17s on my machine looks at least "ok"
Not doing sourcemaps with terser plugin cuts again 3-4s from the overall build time.
updates #620
Please make sure the below checklist is followed for Pull Requests.
This pr improves the production build time. On my machine in the end it was ~8s faster (not much). What does it do?
I also tried a hello world app created with vue-cli and the production build (for basically one page) takes already 4.5s on my machine, so having for a full blown app like ours taking ~16 - 17s on my machine looks at least "ok"
Not doing sourcemaps with terser plugin cuts again 3-4s from the overall build time.
updates #620
Please make sure the below checklist is followed for Pull Requests.
[ ] All continuous integration tests are green
[ ] Tests are added where necessary
[ ] Documentation is added/updated where necessary
[ ] Coding Rules & Commit Guidelines as per our CONTRIBUTING.md document are followed