In my Vue.js project, I am utilizing the https://www.npmjs.com/package/v-select2-component package.
I need to use it in multiple places; some requiring a search box and others not. The package allows for 'minimumResultsForSearch' to disable the search box feature, but this functionality is only accessible when importing select2.full.min.js.
Although I have imported select2.full.min.js into my file, the changes are stored in node modules which cannot be pushed to our git repository.
Is there an alternative solution to address this issue?