Building projects with Quasar is very long and heavy
-
Hi,
Building projects with Quasar is very long (compare to all other UI JS project).
Currently it takes more than 15minutes where other UI (Angular) projects take 3-5 minutes.
Also, Quasar projects build are very heavy (from 500 to 600 mo) compare to 80 - 200 mo for the others.Any idea about this ?
We use Jenkins IC - Jenkins doesn’t do much than an
npm build
#Quasar 0.14 -
Hey, I found why ! So lets share…
I use quasar-cli to start all projects, and it include a dependency “material-design-icons”…
This dependency contains 50K svg and staff we dont need : see [https://www.npmjs.com/package/material-design-icons-iconfont]So just replace in your package.json
"material-design-icons": "^3.0.1",
with"material-design-icons-iconfont": "^3.0.1",
@rstoenescu : Where should I do the PR ? Cant see target in [https://github.com/quasarframework/quasar-template-default]
-
Thanks for the note.