Hi,
i just fresh install quasar framework and run “quasar build” but i see vendor.js file size is 512KB in dist/js/vendor.js
but in the quasar framework dist/quasar.common.js file size is 323KB and this is normal file not minified version.
it should decrease file size when build in production but it’s increasing.
please help me where is the actual problem?
why dist/vendor.js file size is more than half MB. is this ok file size for browser based website?
and when i write my app this file size would be more big.
Thanks