.Net Core MVC Starter Project includes all Third-party libraries by default.
Optionally you can remove unwanted plugins to reduce output assets size and compile time:
AspnetCoreMvcStarter/package.json file.
AspnetCoreMvcStarter/src/libs directory.@imports and @includes from
AspnetCoreMvcStarter/src/scss/_theme/_libs.scss file.
For example, if you want to exclude swiper plugin, you will need to:
swiper dependency in the AspnetCoreMvcStarter/package.json file.AspnetCoreMvcStarter/src/libs/swiper directory.AspnetCoreMvcStarter/src/scss/_theme/_libs.scss file....
@import "../../libs/swiper/mixins";
...
...
@include swiper-theme($background);
...