How to remove some vendors to decrease CSS and JS files size?
Please take a look at /assets/js/src/page.js
and /assets/scss/page.scss
files. Both of them have a Vendors section which is responsible for importing vendors' assets. Simply comment the import line that you'd like to remove the vendor from final CSS or JS file.